diff --git a/.vs/DiscordPlayerCountBot/v16/.suo b/.vs/DiscordPlayerCountBot/v16/.suo index 2668132..fa5b5cc 100644 Binary files a/.vs/DiscordPlayerCountBot/v16/.suo and b/.vs/DiscordPlayerCountBot/v16/.suo differ diff --git a/DiscordPlayerCountBot/bin/Debug/netcoreapp3.1/Config.json b/DiscordPlayerCountBot/bin/Debug/netcoreapp3.1/Config.json new file mode 100644 index 0000000..87e4bac --- /dev/null +++ b/DiscordPlayerCountBot/bin/Debug/netcoreapp3.1/Config.json @@ -0,0 +1,13 @@ +{ + "_serverInformation": [ + { + "botName": "VPPTestBot", + "botAddress": "127.0.0.1:27014", + "discordBotToken": "DiscordTokenHere" + } + ], + "_updateTime": 30, + "_steamAPIKey": "SteamAPIKeyHere", + "_isDebug": false, + "_userConfigNameAsLabel": false +} \ No newline at end of file