mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
Add more lenient prefix parsing
This commit is contained in:
parent
8dea58437d
commit
9b488d1ab5
2 changed files with 6 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ namespace PluralKit.Bot.Commands
|
|||
public class HelpCommands: ModuleBase<PKCommandContext>
|
||||
{
|
||||
[Command]
|
||||
public async Task HelpRoot()
|
||||
public async Task HelpRoot([Remainder] string _ignored)
|
||||
{
|
||||
await Context.Channel.SendMessageAsync(embed: new EmbedBuilder()
|
||||
.WithTitle("PluralKit")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue