From bbe0464dd94629a25f164407bb3e6aaadec25907 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Fri, 29 Jan 2021 19:35:52 +0000 Subject: [PATCH] feat(*): Clean up indentation --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 355ef6b..6b0de8a 100644 --- a/index.js +++ b/index.js @@ -23,8 +23,8 @@ client.once('ready', () => { 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!`); - }; + 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;