This commit is contained in:
nora 2022-06-19 13:36:06 +02:00
parent 5de20c475c
commit d6e6ab9699
3 changed files with 365 additions and 97 deletions

View file

@ -57,6 +57,7 @@ async fn main() -> Result<()> {
set_global_commands,
mongo,
})
.intents(GatewayIntents::GUILD_MEMBERS)
.await
.wrap_err("failed to create discord client")?;