Updated discord.net to support multivoice on bot accounts

This commit is contained in:
Master Kwoth
2016-04-18 08:30:32 +02:00
parent 0d6000daed
commit f8d52e2307
2 changed files with 2 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
using Discord.Audio; using Discord.Audio;
using Discord.Commands; using Discord.Commands;
using Discord.Modules; using Discord.Modules;
using NadekoBot.Classes.JSONModels;
using NadekoBot.Classes.Help.Commands; using NadekoBot.Classes.Help.Commands;
using NadekoBot.Classes.JSONModels;
using NadekoBot.Modules.Administration; using NadekoBot.Modules.Administration;
using NadekoBot.Modules.ClashOfClans; using NadekoBot.Modules.ClashOfClans;
using NadekoBot.Modules.Conversations; using NadekoBot.Modules.Conversations;
@@ -167,7 +167,6 @@ namespace NadekoBot
{ {
Channels = 2, Channels = 2,
EnableEncryption = false, EnableEncryption = false,
EnableMultiserver = true,
Bitrate = 128, Bitrate = 128,
})); }));