critical error

This commit is contained in:
Master Kwoth 2016-03-24 07:15:02 +01:00
parent 340bc03342
commit 2bf5cca125

View File

@ -29,7 +29,7 @@ namespace NadekoBot.Commands {
try {
await e.Server.Owner.SendMessage(
"I don't have manage server and/or Manage Channels permission," +
$"so I cannot run voice+text on **{e.Server.Name}** server.");
$" so I cannot run voice+text on **{e.Server.Name}** server.");
} catch { } // meh
config.VoicePlusTextEnabled = false;
return;