Switch to new server

This commit is contained in:
kageru 2021-11-30 18:07:40 +01:00
parent fb1cbab4eb
commit 805ed8c874
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

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