peterthehan / create-discord-bot

A module-based Discord bot template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Presence Support

danlivingston opened this issue · comments

commented

Add support to have the bot display a status message.

discord.js documentation for client presence

Hey @Loopios7, I don't think presence should be included in this template. I would like to keep it as barebones as possible and this feels like something that should be addressed at the discretion of the user.

Feel free to elaborate more/provide examples if you feel strongly about this, otherwise, I'll close this in a bit.

commented

I feel like status messages are pretty standard even in very simple bots.
I can see how you'd prefer to leave this out, in that case a widget showcasing how to use presence would probably be helpful for people.

I think the docs are straightforward enough for implementing presence. Otherwise, the user can solicit help from the broader discord.js community.