This commit is contained in:
Kwoth 2017-02-22 15:20:49 +01:00
parent fff6cb4024
commit 8ae3d0c5e5

View File

@ -48,8 +48,6 @@ namespace NadekoBot.Modules.Games
{
var channel = (ITextChannel)Context.Channel;
if (!(Context.User as IGuildUser).GuildPermissions.ManageChannels)
return;
if (string.IsNullOrWhiteSpace(arg) || !arg.Contains(";"))
return;
var data = arg.Split(';');