lil fixes

- added emojis
- changes id to ID and etc
- corrected few spells
This commit is contained in:
samvaio 2016-11-19 20:32:43 +05:30 committed by GitHub
parent 906de4c590
commit ca5ee70c97

View File

@ -155,7 +155,7 @@ namespace NadekoBot.Modules.Administration
} }
catch (Exception ex) catch (Exception ex)
{ {
await channel.SendMessageAsync("⚠️ Failed to add roles. **Bot has insufficient permissions.**\n").ConfigureAwait(false); await channel.SendMessageAsync("⚠️ Failed to add role. **Bot has insufficient permissions.**\n").ConfigureAwait(false);
Console.WriteLine(ex.ToString()); Console.WriteLine(ex.ToString());
} }
} }
@ -173,7 +173,7 @@ namespace NadekoBot.Modules.Administration
} }
catch catch
{ {
await channel.SendMessageAsync("⚠️ Failed to remove roles. Most likely reason: **Insufficient permissions.**").ConfigureAwait(false); await channel.SendMessageAsync("⚠️ Failed to remove role. Most likely reason: **Insufficient permissions.**").ConfigureAwait(false);
} }
} }