mirror of
https://github.com/donuts-are-good/neosay.git
synced 2025-03-12 04:06:41 -04:00
removing the wait time
This commit is contained in:
parent
e89bab9f8f
commit
cc39784789
2
main.go
2
main.go
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user