feat: add command for calling up ids

This commit is contained in:
Jake Fulmine
2022-08-27 13:52:50 +02:00
parent ccac0a9203
commit cd14e6409b
6 changed files with 30 additions and 0 deletions

View File

@@ -577,6 +577,11 @@ public class Groups
await ctx.Reply($"{Emojis.Success} Group deleted.");
}
public async Task DisplayId(Context ctx, PKGroup target)
{
await ctx.Reply($"{target.Hid}");
}
private async Task<PKSystem> GetGroupSystem(Context ctx, PKGroup target)
{
var system = ctx.System;