예제 #1
0
파일: Voice.cs 프로젝트: Jammyhammy/Nekobot
        internal static void Startup(DiscordClient c)
        {
            c.UsingAudio(x =>
            {
                x.Mode             = AudioMode.Outgoing;
                x.EnableEncryption = true;
            });

            Music.Load(c);
        }
예제 #2
0
 internal static async Task Startup(DiscordSocketClient c)
 {
     await Music.Load(c);
 }