Cycling Join
Yeeeessh, cyyclic async functions are weird.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user