interim
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-09-08 16:13:15 -07:00
parent 597bd0140b
commit 08bb2191c9
3 changed files with 59 additions and 53 deletions

View File

@@ -8,7 +8,8 @@ import "git.eeqj.de/sneak/sco/bot"
// Documentation for the Go driver can be found
// at https://godoc.org/github.com/mattermost/platform/model#Client
func main() {
sco := bot.New(func(b *bot.Bot) {
mybot := bot.New(func(b *bot.Bot) {
b.botName = "LSV Serious Callers Only"
})
sco.Main()
mybot.Main()
}