Change task interval to every second

pull/1/head
DustyP 6 years ago
parent 6bdd4a0665
commit c555f5d935

@ -79,7 +79,7 @@ func main() {
go utils.LoggingHandler(utils.LoggingChannel) go utils.LoggingHandler(utils.LoggingChannel)
// Start the task handler in a goroutine // Start the task handler in a goroutine
go utils.ProcessTasks(dg, 10) go utils.ProcessTasks(dg, 1)
fmt.Println("The Bot is now running.") fmt.Println("The Bot is now running.")
sc := make(chan os.Signal, 1) sc := make(chan os.Signal, 1)

Loading…
Cancel
Save