trim command
This commit is contained in:
parent
b2fd801f3f
commit
1ea940e03e
@ -33,7 +33,7 @@ namespace TextCommandFramework.Modules
|
||||
|
||||
var flags = new Flags();
|
||||
var withoutFlags = flags.Parse(text);
|
||||
await PlayerService.Play(Context, withoutFlags, flags);
|
||||
await PlayerService.Play(Context, withoutFlags.Trim(), flags);
|
||||
}
|
||||
|
||||
[Command("join", RunMode = RunMode.Async)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user