mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
Get rid of more D#+ references
This commit is contained in:
parent
04109a133f
commit
da9d84a197
17 changed files with 63 additions and 71 deletions
|
|
@ -524,7 +524,7 @@ namespace PluralKit.Bot
|
|||
{
|
||||
// Try to resolve the user ID to find the associated account,
|
||||
// so we can print their username.
|
||||
var user = await ctx.Shard.GetUser(id);
|
||||
var user = await ctx.RestNew.GetUser(id);
|
||||
if (user != null)
|
||||
return $"Account **{user.Username}#{user.Discriminator}** does not have a system registered.";
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue