mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-21 21:54:36 +00:00
Add Obsolete attribute to common error
Intending to add more helpful error messages in the future.
This commit is contained in:
parent
5d915f9ca0
commit
2965dd0ea1
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ namespace BirthdayBot.UserInterface
|
||||||
#else
|
#else
|
||||||
public const string CommandPrefix = "bb.";
|
public const string CommandPrefix = "bb.";
|
||||||
#endif
|
#endif
|
||||||
|
[Obsolete]
|
||||||
public const string GenericError = ":x: Invalid usage. Consult the help command.";
|
public const string GenericError = ":x: Invalid usage. Consult the help command.";
|
||||||
public const string BadUserError = ":x: Unable to find user. Specify their `@` mention or their ID.";
|
public const string BadUserError = ":x: Unable to find user. Specify their `@` mention or their ID.";
|
||||||
public const string ExpectedNoParametersError = ":x: This command does not take parameters. Did you mean to use another?";
|
public const string ExpectedNoParametersError = ":x: This command does not take parameters. Did you mean to use another?";
|
||||||
|
|
Loading…
Reference in a new issue