sets bot username now
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
aae9f59c2c
commit
b0a42c125c
|
@ -17,6 +17,7 @@ func main() {
|
|||
b.DebuggingChannelName = os.Getenv("SCO_DEBUG_CHANNEL")
|
||||
b.AccountEmail = os.Getenv("SCO_ACCOUNT_EMAIL")
|
||||
b.AccountPassword = os.Getenv("SCO_ACCOUNT_PASSWORD")
|
||||
b.AccountUsername = os.Getenv("SCO_ACCOUNT_USERNAME")
|
||||
b.AccountFirstname = "LSV"
|
||||
b.AccountLastname = "Serious Callers Only"
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue