Fixing getCharacter

This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-08-05 20:50:58 -04:00
parent 32fe86cdd6
commit 01d504c077

View File

@ -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
{