Add text command removal notice

This commit is contained in:
Noi 2022-03-23 11:36:20 -07:00
parent c0b2b9793b
commit 5e29c091f1

View file

@ -34,7 +34,9 @@ internal class HelpInfoCommands : CommandsCommon {
// Normal section
var cmdField = new EmbedFieldBuilder() {
Name = "Commands",
Value = $"{cpfx}help`, `{CommandPrefix}info`, `{CommandPrefix}help-tzdata`\n"
Value = "----\n**Notice**: Text commands will soon be __removed__. "
+ "For a list of new commands, see this bot's `/help` command.\n----\n"
+ $"{cpfx}help`, `{CommandPrefix}info`, `{CommandPrefix}help-tzdata`\n"
+ $" » Help and informational messages.\n"
+ ListingCommands.DocUpcoming.Export() + "\n"
+ UserCommands.DocSet.Export() + "\n"