This commit is contained in:
Ladislav Hano 2023-07-07 13:44:21 +02:00
parent 75ff1debf0
commit 4a0c616b67

View file

@ -41,12 +41,6 @@ impl EventHandler for Handler {
let channel = ctx.http.get_channel(780439236867653635).await.unwrap(); let channel = ctx.http.get_channel(780439236867653635).await.unwrap();
// let channel = await http.get_channel(780439236867653635);
// GuildChannel::say(&self, http, content)
// self.message(ctx, new_message)
// C = ;
// const debug_channel =
} }
} }