diff --git a/twitter/client.go b/twitter/client.go index 5f11a159..bb8b4c63 100644 --- a/twitter/client.go +++ b/twitter/client.go @@ -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, }