feat: add command for calling up ids
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user