Rename Funky-Function
This commit is contained in:
@@ -26,7 +26,6 @@ impl EventHandler for Handler {
|
||||
async fn guild_create(&self, ctx: Context, guild: Guild, _new: bool) {
|
||||
println!("Guild joined: {}", guild.name);
|
||||
|
||||
guild_popin::addGuild(ctx, guild).await;
|
||||
guild_popin::add_guild(ctx, guild).await;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user