FlyingKatsu-Discord-Bots / MrProg

A Discord bot themed for MMBN fans (or anyone who wants a bot friend)
1 stars 1 forks source link

Vague mention if-statement #10

Closed 23nd closed 7 years ago

23nd commented 7 years ago

The current check for if the bot user is mentioned in a message is faulty. Check for Client.user.id instead of username = botname, otherwise anyone named Mr.Prog could be mentioned and set off the custom reaction.

Get rid of the botuser in the bot.json Change if-statement on line 1000 to users.has(CLIENT.user.id) instead of users.exists('username', SECRET.botuser)