-
Notifications
You must be signed in to change notification settings - Fork 91
added discord status option #140
base: master
Are you sure you want to change the base?
Conversation
added the option to disable the "downloaded xxxx images" as discord status.
@@ -98,6 +98,7 @@ func main() { | |||
cfg.Section("general").NewKey("max download retries", "5") | |||
cfg.Section("general").NewKey("download timeout", "60") | |||
cfg.Section("general").NewKey("send notices to interactive channels", "false") | |||
cfg.Section("general").NewKey("set downloaded image count as discord status", "true") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error return value of (*github.com/Seklfreak/discord-image-downloader-go/vendor/gopkg.in/ini.v1.Section).NewKey
is not checked (from errcheck
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the problem here. Is it a false positive?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found some fixes!
P.S. share your ideas, feedbacks or issues with us at https://github.com/fixmie/feedback (this message will be removed after the beta stage).
added the option to disable the "downloaded xxxx images" as discord status.
I personally don't like the status thingy very much, so I thought I might as well add it as an option.