Cycling Join

Yeeeessh, cyyclic async functions are weird.
This commit is contained in:
2023-03-11 22:39:12 -05:00
parent 8c450f1980
commit 940d6ca512
2 changed files with 99 additions and 70 deletions

View File

@@ -22,7 +22,6 @@ impl EventHandler for Handler {
async fn guild_create(&self, ctx: Context, guild: Guild, _new: bool) {
println!("Guild joined: {}", guild.name);
guild_popin::add_guild(ctx, guild).await;
}
}