Make modchannel command easier and some random stuff

This commit is contained in:
Runebaas 2017-10-19 22:01:42 +02:00
parent 2eca82e899
commit 75c699e25b
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
4 changed files with 12 additions and 18 deletions

View file

@ -69,7 +69,7 @@ namespace Geekbot.net.Commands
}
if (guildUser.RoleIds.Contains(roleId))
{
guildUser.RemoveRoleAsync(role);
await guildUser.RemoveRoleAsync(role);
await ReplyAsync($"Removed you from {role.Name}");
return;
}