mirror of
https://github.com/watn3y/steamsalty.git
synced 2025-09-09 01:32:23 +02:00
v0.2
- Include comment text in notification - Include commenter in notification - Use Timestamp to check if a comment is new - Set sleep interval between requests in env variable
This commit is contained in:
parent
07e0762f8a
commit
4d83372270
8 changed files with 172 additions and 28 deletions
|
@ -6,4 +6,5 @@ type config struct {
|
|||
DebugMode bool `env:"DEBUGMODE, default=false"`
|
||||
ChatID int64 `env:"CHATID"`
|
||||
Watchers []uint64 `env:"WATCHERS"`
|
||||
SleepInterval int `env:"SLEEPINTERVAL"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue