Updated discord.net to support multivoice on bot accounts
This commit is contained in:
@@ -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,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
Submodule discord.net updated: 4d8e5b878f...46e5b44483
Reference in New Issue
Block a user