2 Commits

Author SHA1 Message Date
Tim Müller
a41c73de5d test2 2022-03-20 13:17:30 +01:00
Tim Müller
ac41d73518 test 2022-03-20 13:10:36 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ {
"TOKEN": " ", "TOKEN": "Bot_Token",
"LavaLinkPassword": " ", "LavaLinkPassword": " ",
"SpotifyClientId": " ", "SpotifyClientId": " ",
"SpotifyClientSecret": " ", "SpotifyClientSecret": " ",

View File

@@ -114,7 +114,6 @@ namespace TomatenMusic
{ {
await BuildServiceProvider(); await BuildServiceProvider();
//_ = _host.StartAsync();
_host.Start(); _host.Start();
var client = ServiceProvider.GetRequiredService<DiscordShardedClient>(); var client = ServiceProvider.GetRequiredService<DiscordShardedClient>();