diff --git a/TomatenMusic/config.json b/TomatenMusic/config.json index a61ca54..f0808c5 100644 --- a/TomatenMusic/config.json +++ b/TomatenMusic/config.json @@ -1,8 +1,8 @@ { - "TOKEN": "ODQwNjQ5NjU1MTAwMjQzOTY4.YJbSAA.Y0AiiFVhKLXs4b487JvobxuVk_s", - "LavaLinkPassword": "SGWaldsolms9", - "SpotifyClientId": "14b77fa47f2f492db58cbdca8f1e5d9c", - "SpotifyClientSecret": "c247625f0cfe4b72a1faa01b7c5b8eea", - "YoutubeApiKey": "AIzaSyBIcTl9JQ9jF412mX0Wfp_3Y-4a-V0SASQ" + "TOKEN": " ", + "LavaLinkPassword": " ", + "SpotifyClientId": " ", + "SpotifyClientSecret": " ", + "YoutubeApiKey": " " } diff --git a/TomatenMusicCore/TomatenMusicBot.cs b/TomatenMusicCore/TomatenMusicBot.cs index f110dd6..33f4562 100644 --- a/TomatenMusicCore/TomatenMusicBot.cs +++ b/TomatenMusicCore/TomatenMusicBot.cs @@ -127,13 +127,13 @@ namespace TomatenMusic Services = ServiceProvider }); - slash.RegisterCommands(888493810554900491); - slash.RegisterCommands(888493810554900491); - slash.RegisterCommands(888493810554900491); + //slash.RegisterCommands(888493810554900491); + //slash.RegisterCommands(888493810554900491); + //slash.RegisterCommands(888493810554900491); - //slash.RegisterCommands(); - //slash.RegisterCommands(); - //slash.RegisterCommands(); + slash.RegisterCommands(); + slash.RegisterCommands(); + slash.RegisterCommands(); await client.StartAsync(); client.Ready += Client_Ready;