Esempio n. 1
0
        internal static void Startup(DiscordClient c)
        {
            c.UsingAudio(x =>
            {
                x.Mode             = AudioMode.Outgoing;
                x.EnableEncryption = true;
            });

            Music.Load(c);
        }
Esempio n. 2
0
 internal static async Task Startup(DiscordSocketClient c)
 {
     await Music.Load(c);
 }