This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user