ZacharyTalis / AltTextBot

A Discord bot designed to reduce the message clutter associated with image alt-text. Also includes leaderboard functionality for alt-text submitters!
https://zacharytalis.com/blog/atb
Apache License 2.0
2 stars 0 forks source link

Rearrange commands within EntryPoint to match readme order #7

Closed ZacharyTalis closed 4 years ago

ZacharyTalis commented 4 years ago

Current output on !atbhelp:

!atbhelp ~ Get all commands from AltTextBot in a direct message.
!atbping ~ Check to see if AltTextBot is alive.
!alt ~ Replace the user message with alt-text. Post your alt-text as a separate message with the format !alt [alt-text] (no brackets).
!atbboard ~ Post the AltTextBot leaderboard for this server.

Should be:

!atbhelp ~ Get all commands from AltTextBot in a direct message.
!atbping ~ Check to see if AltTextBot is alive.
!atbboard ~ Post the AltTextBot leaderboard for this server.
!alt ~ Replace the user message with alt-text. Post your alt-text as a separate message with the format !alt [alt-text] (no brackets).