added config option for password
This commit is contained in:
@@ -35,6 +35,7 @@ type Conf struct {
|
||||
}
|
||||
Steam struct {
|
||||
Username string
|
||||
Password string
|
||||
APIKey string `yaml:"api_key"`
|
||||
RatePerSecond int `yaml:"rate_per_sec"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user