Remove unused

This commit is contained in:
Jesper 2022-09-16 15:19:14 +02:00
parent 7e5368516c
commit 02d9a9c406
2 changed files with 0 additions and 1 deletions

BIN
csgo-hub-discord Executable file

Binary file not shown.

View File

@ -26,7 +26,6 @@ type YAMLFile struct {
} }
type Config struct { type Config struct {
STEAM_KEY string `yaml:"STEAM_KEY"`
DISCORD_TOKEN string `yaml:"DISCORD_TOKEN"` DISCORD_TOKEN string `yaml:"DISCORD_TOKEN"`
} }