mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
fix: apply requested changes
This commit is contained in:
parent
cd14e6409b
commit
67d5118c9c
5 changed files with 14 additions and 8 deletions
|
|
@ -143,6 +143,6 @@ public class Member
|
|||
|
||||
public async Task DisplayId(Context ctx, PKMember target)
|
||||
{
|
||||
await ctx.Reply($"{target.Hid}");
|
||||
await ctx.Reply(target.Hid);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue