Allow calling frontpercent with arguments containing spaces
Closes #113 (for real this time).
This commit is contained in:
parent
b6ba24d171
commit
66690423e8
@ -193,7 +193,7 @@ namespace PluralKit.Bot.Commands
|
|||||||
[Command("frontpercent")]
|
[Command("frontpercent")]
|
||||||
[Alias("frontbreakdown", "frontpercent", "front%", "fp")]
|
[Alias("frontbreakdown", "frontpercent", "front%", "fp")]
|
||||||
[Remarks("system [system] frontpercent [duration]")]
|
[Remarks("system [system] frontpercent [duration]")]
|
||||||
public async Task SystemFrontPercent(string durationStr = "30d")
|
public async Task SystemFrontPercent([Remainder] string durationStr = "30d")
|
||||||
{
|
{
|
||||||
var system = ContextEntity ?? Context.SenderSystem;
|
var system = ContextEntity ?? Context.SenderSystem;
|
||||||
if (system == null) throw Errors.NoSystemError;
|
if (system == null) throw Errors.NoSystemError;
|
||||||
|
Loading…
Reference in New Issue
Block a user