mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
feat: initial 6-character HID rework
This commit is contained in:
parent
73f43b8cb3
commit
9f56697241
30 changed files with 208 additions and 91 deletions
|
|
@ -39,6 +39,6 @@ public class System
|
|||
if (target == null)
|
||||
throw Errors.NoSystemError;
|
||||
|
||||
await ctx.Reply(target.Hid);
|
||||
await ctx.Reply(target.DisplayHid(ctx.Config));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue