Beispiel #1
0
        public async Task Play()
        {
            IVoiceChannel _channel = null;

            _channel = _channel ?? (Context.Message.Author as IGuildUser)?.VoiceChannel;
            await audio.queue.startQueue();

            await audio.PlayQueue(Context.Guild, Context.Channel, audio.GetPath(Context.Guild), _channel);
        }