Rename Funky-Function

This commit is contained in:
2023-03-11 18:24:04 -05:00
parent a4e3fa7282
commit cf2ecc45d6
2 changed files with 3 additions and 4 deletions

View File

@@ -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;
}
}