Reconnect bumpTimer
This commit is contained in:
@ -24,6 +24,8 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) {
|
|||||||
Parts: strings.Split(m.Content, " ")[2:],
|
Parts: strings.Split(m.Content, " ")[2:],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
} else {
|
||||||
|
go bumpTimer(s)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user