From 805ed8c874506fedf43d355b29174a2ce3d0ffb9 Mon Sep 17 00:00:00 2001 From: kageru Date: Tue, 30 Nov 2021 18:07:40 +0100 Subject: [PATCH] Switch to new server --- src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index ab73b64..f8a9fc7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,10 +41,10 @@ struct Handler; #[async_trait] impl EventHandler for Handler { async fn guild_ban_addition(&self, ctx: Context, guild_id: GuildId, _: User) { - if guild_id == 427456811973738498 { + if guild_id == 908336779566919721 { send_or_log!({ - ChannelId(562731470423064587) - .say(&ctx, "Dies ist eine flauschige Diktatur!") + ChannelId(908383147396321332) + .say(&ctx, "Dies ist die flauschigste Diktatur!") .await }); }