Pleasing nekai

This commit is contained in:
blitz4694 2016-07-29 06:43:23 +10:00 committed by GitHub
parent 033acead60
commit 6be43a6389

View File

@ -406,7 +406,7 @@ namespace NadekoBot.Modules.Administration
{ {
if (!e.User.ServerPermissions.MuteMembers) if (!e.User.ServerPermissions.MuteMembers)
{ {
await e.Channel.SendMessage("You do not have permission to do that.").ConfigureAwait(false); await e.Channel.SendMessage("I most likely don't have the permission necessary for that.").ConfigureAwait(false);
return; return;
} }
if (!e.Message.MentionedUsers.Any()) if (!e.Message.MentionedUsers.Any())
@ -421,7 +421,7 @@ namespace NadekoBot.Modules.Administration
} }
catch catch
{ {
await e.Channel.SendMessage("I do not have permission to do that most likely.").ConfigureAwait(false); await e.Channel.SendMessage("I most likely don't have the permission necessary for that.").ConfigureAwait(false);
} }
}); });
@ -447,7 +447,7 @@ namespace NadekoBot.Modules.Administration
} }
catch catch
{ {
await e.Channel.SendMessage("I do not have permission to do that most likely.").ConfigureAwait(false); await e.Channel.SendMessage("I most likely don't have the permission necessary for that.").ConfigureAwait(false);
} }
}); });
@ -474,7 +474,7 @@ namespace NadekoBot.Modules.Administration
} }
catch catch
{ {
await e.Channel.SendMessage("I do not have permission to do that most likely.").ConfigureAwait(false); await e.Channel.SendMessage("I most likely don't have the permission necessary for that.").ConfigureAwait(false);
} }
}); });
@ -501,7 +501,7 @@ namespace NadekoBot.Modules.Administration
} }
catch catch
{ {
await e.Channel.SendMessage("I do not have permission to do that most likely.").ConfigureAwait(false); await e.Channel.SendMessage("I most likely don't have the permission necessary for that.").ConfigureAwait(false);
} }
}); });