1
0
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:
Chris Cummer 2018-08-17 14:52:29 -07:00
parent 2fb8219c03
commit bfb292c392

View File

@ -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,
}