From 52f8826e526f0c0aadb86c3e29975aef4dc1ab85 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 8 Mar 2025 00:11:03 -0500 Subject: Bulk delete message event; Guild suggestions; sinfo + uinfo --- bot/src/events/GuildCreate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/events/GuildCreate.js') diff --git a/bot/src/events/GuildCreate.js b/bot/src/events/GuildCreate.js index 4d73f08..0c59bb1 100644 --- a/bot/src/events/GuildCreate.js +++ b/bot/src/events/GuildCreate.js @@ -21,6 +21,6 @@ export default { let statusChannel = guild.client.channels.cache.get(process.env.statusChannelID); if (!statusChannel) return; - await statusChannel.send({ embeds: [logEmbed]}); + await statusChannel.send({ embeds: [logEmbed] }); } }; -- cgit v1.2.3