Fixed a typo

This commit is contained in:
ION606
2022-06-11 18:47:49 +03:00
parent b432d7a4ed
commit bad6ca5e83
+1 -1
View File
@@ -290,7 +290,7 @@ bot.on('guildMemberAdd', async (member) => {
bot.on('messageCreate', (message) => {
//Special case, testing server (still need the emojis)
if (!bot.inDebugMode && message.server.id == bot.home_server) { return; }
if (!bot.inDebugMode && message.guild.id == bot.home_server) { return; }
//COMMAND AREA
//Check if the prefix exists