mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-21 21:54:36 +00:00
Add some aliases for help and info commands
This commit is contained in:
parent
69583e2270
commit
0f4b2d722c
1 changed files with 6 additions and 1 deletions
|
@ -23,9 +23,14 @@ namespace BirthdayBot.UserInterface
|
||||||
new List<(string, CommandHandler)>() {
|
new List<(string, CommandHandler)>() {
|
||||||
("help", CmdHelp),
|
("help", CmdHelp),
|
||||||
("help-config", CmdHelpConfig),
|
("help-config", CmdHelpConfig),
|
||||||
|
("helpconfig", CmdHelpConfig),
|
||||||
("help-tzdata", CmdHelpTzdata),
|
("help-tzdata", CmdHelpTzdata),
|
||||||
|
("helptzdata", CmdHelpTzdata),
|
||||||
("help-message", CmdHelpMessage),
|
("help-message", CmdHelpMessage),
|
||||||
("info", CmdInfo)
|
("helpmessage", CmdHelpMessage),
|
||||||
|
("info", CmdInfo),
|
||||||
|
("about", CmdInfo),
|
||||||
|
("invite", CmdInfo)
|
||||||
};
|
};
|
||||||
|
|
||||||
private (Embed, Embed) BuildHelpEmbeds()
|
private (Embed, Embed) BuildHelpEmbeds()
|
||||||
|
|
Loading…
Reference in a new issue