mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36:54 +00:00
Fixed a typo
This commit is contained in:
@@ -290,7 +290,7 @@ bot.on('guildMemberAdd', async (member) => {
|
|||||||
bot.on('messageCreate', (message) => {
|
bot.on('messageCreate', (message) => {
|
||||||
|
|
||||||
//Special case, testing server (still need the emojis)
|
//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
|
//COMMAND AREA
|
||||||
//Check if the prefix exists
|
//Check if the prefix exists
|
||||||
|
|||||||
Reference in New Issue
Block a user