now must be formatted/vetted
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user