mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
Restructure member description command
This commit is contained in:
parent
bcc9659117
commit
1169669cf1
3 changed files with 38 additions and 6 deletions
|
|
@ -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.");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue