mirror of
https://github.com/donuts-are-good/neosay.git
synced 2025-07-05 11:24:40 -04:00
removing the wait time
This commit is contained in:
parent
e89bab9f8f
commit
cc39784789
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue