diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-08 00:11:03 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-08 00:11:03 -0500 |
| commit | 52f8826e526f0c0aadb86c3e29975aef4dc1ab85 (patch) | |
| tree | 910308d13df0e139dd18eb10fcbb92c014d9caef /bot/src/events/GuildCreate.js | |
| parent | c921e5cf8862def58029bd1801074c51113f86ae (diff) | |
| download | AleeBot-52f8826e526f0c0aadb86c3e29975aef4dc1ab85.tar.gz AleeBot-52f8826e526f0c0aadb86c3e29975aef4dc1ab85.tar.bz2 AleeBot-52f8826e526f0c0aadb86c3e29975aef4dc1ab85.zip | |
Bulk delete message event; Guild suggestions; sinfo + uinfo
Diffstat (limited to 'bot/src/events/GuildCreate.js')
| -rw-r--r-- | bot/src/events/GuildCreate.js | 2 |
1 files changed, 1 insertions, 1 deletions
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] }); } }; |
