mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
Do the Big Rename
This commit is contained in:
parent
80c572f594
commit
ef614d07c3
18 changed files with 119 additions and 119 deletions
|
|
@ -49,7 +49,7 @@ namespace PluralKit.Bot
|
|||
|
||||
ulong id;
|
||||
if (!ctx.HasNext())
|
||||
id = ctx.AuthorNew.Id;
|
||||
id = ctx.Author.Id;
|
||||
else if (!ctx.MatchUserRaw(out id))
|
||||
throw new PKSyntaxError("You must pass an account to link with (either ID or @mention).");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue