now must be formatted/vetted

This commit is contained in:
2020-09-08 21:21:13 -07:00
parent 98e9eb44d3
commit d22bf0a3b5
3 changed files with 4 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ func (b *Bot) identify() {
Msg("starting")
}
func (b *Bot) Main() int {
func (b *Bot) Main() {
println(b.BotName)
b.StartupUnixTime = time.Now().Unix()
@@ -107,7 +107,6 @@ func (b *Bot) Main() int {
// You can block forever with
select {}
return 0
}
func (b *Bot) MakeSureServerIsRunning() {