alexberryman / DiscordWordle

Discord bot to track Wordle scores
MIT License
12 stars 15 forks source link

Add commands for enabling/disabling quips to the help message #24

Closed gabbard closed 2 years ago

gabbard commented 2 years ago

The users on my server wished to disable the quips. I was able to find the command through this Github issue, but less technical users might not find this, so it would be good to add the quip enable and quip disable to the help message.

alexberryman commented 2 years ago

In a release 18 days ago, along with the whole feature, the quip disable/enable was added to the @mention help command as lines 4 and 5: https://github.com/alexberryman/DiscordWordle/blame/main/cmd/bot/help.go#L13-L14

image

Are you not seeing this help text in your server?

gabbard commented 2 years ago

Oh, oops - I forgot that when I set up Heroku to run my own instance of the server, I had deployed from a fork I made of your repo rather than your repo directly. 🤦 Actually merging in the updated code works. :-). Apologies for the false alarm, and thanks for the bot!

alexberryman commented 2 years ago

Cool. Glad to hear you are enjoying it!