mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Do the Big Rename
This commit is contained in:
parent
80c572f594
commit
ef614d07c3
18 changed files with 119 additions and 119 deletions
|
|
@ -14,7 +14,7 @@ namespace PluralKit.Bot
|
|||
{
|
||||
var text = ctx.PeekArgument();
|
||||
if (text.TryParseMention(out var id))
|
||||
return await ctx.Cache.GetOrFetchUser(ctx.RestNew, id);
|
||||
return await ctx.Cache.GetOrFetchUser(ctx.Rest, id);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue