mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix(bot): add interaction error for wrong account
This commit is contained in:
parent
c4679ccfb8
commit
f22ba3f0ea
3 changed files with 9 additions and 1 deletions
|
|
@ -183,4 +183,6 @@ public static class Errors
|
|||
|
||||
public static PKError ChannelNotFound(string channelString) =>
|
||||
new($"Channel \"{channelString}\" not found or is not in this server.");
|
||||
|
||||
public static PKError InteractionWrongAccount(ulong user) => new($"This prompt is only available for <@{user}>");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue