mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
Add message lookup and log channel setting commands
This commit is contained in:
parent
06edc9d61e
commit
2c3c46002a
6 changed files with 92 additions and 19 deletions
|
|
@ -64,5 +64,6 @@ namespace PluralKit.Bot {
|
|||
public static PKError NoImportFilePassed => new PKError("You must either pass an URL to a file as a command parameter, or as an attachment to the message containing the command.");
|
||||
public static PKError InvalidImportFile => new PKError("Imported data file invalid. Make sure this is a .json file directly exported from PluralKit or Tupperbox.");
|
||||
public static PKError ImportCancelled => new PKError("Import cancelled.");
|
||||
public static PKError MessageNotFound(ulong id) => new PKError($"Message with ID '{id}' not found. Are you sure it's a message proxied by PluralKit?");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue