aboutsummaryrefslogtreecommitdiff
path: root/bot/src/events/GuildDelete.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/events/GuildDelete.js')
-rw-r--r--bot/src/events/GuildDelete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/events/GuildDelete.js b/bot/src/events/GuildDelete.js
index 5ca1cbe..63c3c5b 100644
--- a/bot/src/events/GuildDelete.js
+++ b/bot/src/events/GuildDelete.js
@@ -24,6 +24,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] });
}
};