Features: Add serverinfo command to help text.

master
Marc Egerton 2020-05-04 21:58:05 +01:00
parent 397468bf14
commit 1c907a4f6d
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ func (f *Features) handleHelp(s *discordgo.Session, m *discordgo.MessageCreate)
desc += "`info` - Display Scuzzy info\n"
desc += "`md` - Display Discord markdown information\n"
desc += "`userinfo` - Display information about a user\n"
desc += "`serverinfo` - Display information about the server\n"
desc += "\n__User Settings__\n"
desc += "`colors` - Available color roles\n"