removing the wait time

This commit is contained in:
donuts-are-good 2023-11-18 00:39:36 -06:00 committed by GitHub
parent e89bab9f8f
commit cc39784789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,5 +156,5 @@ func sendMessage(client *gomatrix.Client, roomID, message string) {
} else {
fmt.Println(colors.BrightGreen + "Sent!" + colors.Nc)
}
time.Sleep(messageDelay)
// time.Sleep(messageDelay)
}