From 2bf5cca125d9552eadaed1e76b273292f3a727ea Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Thu, 24 Mar 2016 07:15:02 +0100 Subject: [PATCH] critical error --- NadekoBot/Commands/VoicePlusTextCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot/Commands/VoicePlusTextCommand.cs b/NadekoBot/Commands/VoicePlusTextCommand.cs index 3538496a..76e33b0f 100644 --- a/NadekoBot/Commands/VoicePlusTextCommand.cs +++ b/NadekoBot/Commands/VoicePlusTextCommand.cs @@ -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;