namespace RegexBot.Common;
///
/// Commonly used strings used throughout the bot and modules.
///
public static class Messages {
///
/// Gets a string generally appropriate to display in the event of a 403 error.
///
public const string ForbiddenGenericError = "Failed to perform the action due to a permissions issue.";
}