diff options
-rw-r--r-- | bot.js | 2 | ||||
-rw-r--r-- | config/version.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ client.on('ready', async () => { }); client.on('messageCreate', message => { - if (message.content.trim() === "<@" + client.user.id + ">") { + if (message.content.trim() === "<@" + client.user.id + ">" || message.content.trim() === "<@!" + client.user.id + ">") { message.reply(getHelp(message.guild, message.guild.id, message.author.id, true)); } }) diff --git a/config/version.txt b/config/version.txt index 7a5b0e5..84e3118 100644 --- a/config/version.txt +++ b/config/version.txt @@ -1 +1 @@ -1.2.33
\ No newline at end of file +1.2.36
\ No newline at end of file |