Exemplo n.º 1
0
 public async Task SetMuteRoleAsync(IRole role)
 {
     _moderation.CreateOrSetMutedRole(Context.Guild, role);
     await ReplyAsync($"Successfully set the muterole to {role.Mention}.");
 }