diff --git a/src/tasks.rs b/src/tasks.rs index c704426..75301ee 100644 --- a/src/tasks.rs +++ b/src/tasks.rs @@ -142,7 +142,7 @@ pub async fn post_rss(ctx: serenity::Context, data: Data) -> Result<(), Error> { // to combat spam, filter out old items (all before July 11th 2024) if date - < chrono::DateTime::parse_from_rfc2822("Wed, 11 Jul 2024 00:00:00 +0200") + < chrono::DateTime::parse_from_rfc2822("Thu, 11 Jul 2024 00:00:00 +0200") .unwrap() { continue; diff --git a/templates/verification_email.html b/templates/verification_email.html index c529e1d..3d8d34d 100644 --- a/templates/verification_email.html +++ b/templates/verification_email.html @@ -1,54 +1,90 @@ - + + + + + + Verification Email + +
-

{{ botname }} Verification

-

Here is your verification code

+

{{ botname }} Verification

+

Here is your verification code:

{{ code }}
-

Use this with the /verify code Command

-

Or /verifizieren code if your Discord Client is in German

+

Use this with the /verify code command

+

Or /verifizieren code if your Discord client is in German

+
+ \ No newline at end of file