mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-24 09:24:12 +00:00
Add text command removal notice
This commit is contained in:
parent
c0b2b9793b
commit
5e29c091f1
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue