How to send alert every minute or every hour from my bot? #1168
-
Hello, professionals. I have created new simple test code for alerts and then, I am not sure how can I implement the alert for every minute or hour. // Register Command // Listen Command I am not sure how to respond the user command every hour or day because of discord api timeout is even 3s. I would like to get provided the solution from discordPHP professionals and fans. Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
$discord->getLoop()->addPeriodicTimer(float seconds, function ($timer) { your code }); |
Beta Was this translation helpful? Give feedback.
$discord->getLoop()->addPeriodicTimer(float seconds, function ($timer) { your code });