Restructure member description command
This commit is contained in:
@@ -112,5 +112,6 @@ namespace PluralKit.Bot {
|
||||
public static PKError GenericCancelled() => new PKError("Operation cancelled.");
|
||||
|
||||
public static PKError AttachmentTooLarge => new PKError("PluralKit cannot proxy attachments over 8 megabytes (as webhooks aren't considered as having Discord Nitro) :(");
|
||||
public static PKError LookupNotAllowed => new PKError("You do not have permission to access this information.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user