mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
fix: apply requested changes
This commit is contained in:
parent
cd14e6409b
commit
67d5118c9c
5 changed files with 14 additions and 8 deletions
|
|
@ -39,6 +39,6 @@ public class System
|
|||
if (target == null)
|
||||
throw Errors.NoSystemError;
|
||||
|
||||
await ctx.Reply($"{target.Hid}");
|
||||
await ctx.Reply(target.Hid);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue