WeebDev / Commando

[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
https://github.com/Gawdl3y/discord.js-commando
MIT License
77 stars 63 forks source link

setGame, every so often the Bot removes it's "Playing" tag #67

Closed harrisonhoward closed 7 years ago

harrisonhoward commented 7 years ago

When using if (message.author.id === '190775609532612608') { if (!argresult) argresult = null; if (message.content.startsWith(prefix + 'setgame')) { this.client.user.setGame(argresult) } } else { message.channel.sendMessage(${message.author}, You do not have Administrative permission to use that command) }

Code in Discord-Commando. The bot enables it's "Playing " tag correctly. After a few minutes it deletes that tag for no reason.

novara754 commented 7 years ago

This is the repository for the Commando bot, not the framework itself. Please ask your discord.js-commando related questions on the Offical Discord.js server in the #support-commando channel.