How to get nightbot to countdown in discord

Hi I have been trying so much to get my bot to countdown in discord and say something like this
5
4
3
2
1
READY
And I want to hear it’s voice is there anyone that can help me

If you’re meaning for Nightbot to send multiple messages in one command, this is how. I set up a command called !countdown, just copy and paste this into chat:

!addcom -cd=5 !countdown $(urlfetch https://vxrl.xyz/smm/5/4/3/2/1/READY?i=5000&d=1)

The time delay between messages will be 5 seconds, and it’s not possible to make it any shorter.

As far as Discord text-to-speech goes, I don’t believe you can pull that off with Nightbot. You’d have to force it to use /tts in its response, but the only server command Nightbot is allowed to use is /me

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.