keep delete as chat command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-17 15:09:34 +01:00
parent 872464bd31
commit 594a22e743
4 changed files with 34 additions and 86 deletions

View File

@@ -48,8 +48,8 @@ async fn main() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
interaction_client
.set_global_commands(&get_chat_commands())
.await?;
let commands = interaction_client.global_commands().await?.models().await?;
debug!("Global commands: {:?}", commands);
// let commands = interaction_client.global_commands().await?.models().await?;
// debug!("Global commands: {:?}", commands);
let intents = Intents::GUILDS
| Intents::GUILD_MESSAGES