fix MusicBot

This commit is contained in:
Tim Müller 2022-03-20 12:21:55 +01:00
parent 6258c943c5
commit cce7b69871
2 changed files with 11 additions and 11 deletions

@ -1,8 +1,8 @@
{ {
"TOKEN": "ODQwNjQ5NjU1MTAwMjQzOTY4.YJbSAA.Y0AiiFVhKLXs4b487JvobxuVk_s", "TOKEN": " ",
"LavaLinkPassword": "SGWaldsolms9", "LavaLinkPassword": " ",
"SpotifyClientId": "14b77fa47f2f492db58cbdca8f1e5d9c", "SpotifyClientId": " ",
"SpotifyClientSecret": "c247625f0cfe4b72a1faa01b7c5b8eea", "SpotifyClientSecret": " ",
"YoutubeApiKey": "AIzaSyBIcTl9JQ9jF412mX0Wfp_3Y-4a-V0SASQ" "YoutubeApiKey": " "
} }

@ -127,13 +127,13 @@ namespace TomatenMusic
Services = ServiceProvider Services = ServiceProvider
}); });
slash.RegisterCommands<MusicCommands>(888493810554900491); //slash.RegisterCommands<MusicCommands>(888493810554900491);
slash.RegisterCommands<PlayQueueGroup>(888493810554900491); //slash.RegisterCommands<PlayQueueGroup>(888493810554900491);
slash.RegisterCommands<PlayNowGroup>(888493810554900491); //slash.RegisterCommands<PlayNowGroup>(888493810554900491);
//slash.RegisterCommands<MusicCommands>(); slash.RegisterCommands<MusicCommands>();
//slash.RegisterCommands<PlayQueueGroup>(); slash.RegisterCommands<PlayQueueGroup>();
//slash.RegisterCommands<PlayNowGroup>(); slash.RegisterCommands<PlayNowGroup>();
await client.StartAsync(); await client.StartAsync();
client.Ready += Client_Ready; client.Ready += Client_Ready;