Make modchannel command easier and some random stuff
This commit is contained in:
parent
2eca82e899
commit
75c699e25b
4 changed files with 12 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue