mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Can configure Twitter screen name to follow in the config file
This commit is contained in:
parent
2fb8219c03
commit
bfb292c392
@ -25,7 +25,7 @@ type Client struct {
|
||||
func NewClient(url string) *Client {
|
||||
client := Client{
|
||||
apiBase: url,
|
||||
screenName: "senorprogrammer",
|
||||
screenName: wtf.Config.UString("wtf.mods.twitter.screenName", "wtfutil"),
|
||||
count: 5,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user