This commit is contained in:
2023-03-01 16:20:47 -03:00
parent 9cab284d24
commit 4060c72ac1
2 changed files with 21 additions and 10 deletions

View File

@@ -24,6 +24,8 @@ namespace TextCommandFramework.Modules
var user = Context.User;
if (user.IsBot) return;
Console.WriteLine("Joining on " + Context.Guild.Name);
string youtubeUrl = text;
IVoiceChannel channel = (Context.User as IVoiceState).VoiceChannel;
if (channel is null)