Add Obsolete attribute to common error

Intending to add more helpful error messages in the future.
This commit is contained in:
Noi 2020-05-21 21:36:41 -07:00
parent 5d915f9ca0
commit 2965dd0ea1

View file

@ -17,6 +17,7 @@ namespace BirthdayBot.UserInterface
#else
public const string CommandPrefix = "bb.";
#endif
[Obsolete]
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 ExpectedNoParametersError = ":x: This command does not take parameters. Did you mean to use another?";