diff --git a/csgo-hub-discord b/csgo-hub-discord new file mode 100755 index 0000000..de83b10 Binary files /dev/null and b/csgo-hub-discord differ diff --git a/main.go b/main.go index 7409367..f517d75 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,6 @@ type YAMLFile struct { } type Config struct { - STEAM_KEY string `yaml:"STEAM_KEY"` DISCORD_TOKEN string `yaml:"DISCORD_TOKEN"` }