mirror of
https://github.com/donuts-are-good/neosay.git
synced 2025-08-02 20:06:13 -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 {
|
} else {
|
||||||
fmt.Println(colors.BrightGreen + "Sent!" + colors.Nc)
|
fmt.Println(colors.BrightGreen + "Sent!" + colors.Nc)
|
||||||
}
|
}
|
||||||
time.Sleep(messageDelay)
|
// time.Sleep(messageDelay)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue