diff options
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] }); } }; |
