mirror of
https://github.com/jcreek/MupBot.git
synced 2026-07-12 18:33:44 +00:00
feat(*): Clean up indentation
This commit is contained in:
@@ -24,7 +24,7 @@ client.on('message', function (message) {
|
||||
// If someone tags the bot
|
||||
if (message.mentions.has(client.user.id)) {
|
||||
message.channel.send(`That's my name, don't wear it out!`);
|
||||
};
|
||||
}
|
||||
|
||||
// Ignore messages from the bot and that don't begin with the prefix, and do not run in DMs to bot
|
||||
if (message.author.bot) return;
|
||||
|
||||
Reference in New Issue
Block a user