chalda / DiscordBot

A chat bot for discord app based off discord.js
GNU General Public License v2.0
574 stars 357 forks source link

Add command to set presence #201

Closed nic-w closed 3 years ago

nic-w commented 3 years ago

Ability to set presence of the bot. If the user does not provide a string after the command, set it to the default presence text. Closes #168

chalda commented 3 years ago

fine with me, except i would want to see this be controlled by permissions json. too much room for trolling if anyone in the server can modify the presence setting

nic-w commented 3 years ago

fine with me, except i would want to see this be controlled by permissions json. too much room for trolling if anyone in the server can modify the presence setting

Agreed. Added presence to false by default in permissions. Let me know if there is a different approach I should take for this

F9Alejandro commented 3 years ago

Don't see an issue with this and it replaces the old code that was once there.

Einarin commented 3 years ago

Looks good to me too. Merging.