Fixing getCharacter
This commit is contained in:
parent
32fe86cdd6
commit
01d504c077
@ -41,7 +41,7 @@ namespace ChaosBot.Discord.Modules.User
|
||||
{
|
||||
if(args.Length >= 1)
|
||||
{
|
||||
await GetFreeCompany(args[0], string.Join(" ", args.Skip(1)));
|
||||
await GetCharacter(args[0], string.Join(" ", args.Skip(1)));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user