mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
feat: add command for calling up ids
This commit is contained in:
parent
ccac0a9203
commit
cd14e6409b
6 changed files with 30 additions and 0 deletions
|
|
@ -140,4 +140,9 @@ public class Member
|
|||
.Description($"*{scream}*");
|
||||
await ctx.Reply(embed: eb.Build());
|
||||
}
|
||||
|
||||
public async Task DisplayId(Context ctx, PKMember target)
|
||||
{
|
||||
await ctx.Reply($"{target.Hid}");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue