updated music
This commit is contained in:
12
YoutubeExtension/Others/Data.cs
Normal file
12
YoutubeExtension/Others/Data.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Discord;
|
||||
using Discord.Audio;
|
||||
|
||||
namespace YoutubeExtension.Downloader;
|
||||
|
||||
internal static class Data
|
||||
{
|
||||
internal static IAudioClient audioClient = null;
|
||||
internal static IVoiceChannel voiceChannel = null;
|
||||
|
||||
internal static MusicPlayer CurrentlyRunning = null;
|
||||
}
|
||||
Reference in New Issue
Block a user