Reconnect bumpTimer

This commit is contained in:
2022-08-11 07:45:53 -04:00
parent 5ae7a96c3e
commit bdbc2a1196

View File

@ -24,6 +24,8 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) {
Parts: strings.Split(m.Content, " ")[2:],
})
} else {
go bumpTimer(s)
}
return