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

            _channel = _channel ?? (Context.Message.Author as IGuildUser)?.VoiceChannel;
            await audio.SkipAudio(Context.Guild, Context.Message.Channel, audio.GetPath(Context.Guild), _channel);
        }