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 }); }