Array of Messages in one webhook
Hello,
I have a webhook that posts messages from my game server to my discord text channel. At peak times, it can get to points where there are multiple post requests sent per second.
Ideally, I would like the ability to cache some of the messages together in an array and be able to post that to the webhook so all those messages are pasted at once.
Currently, a request is sent every single time someone creates a message. This is obviously bad practice, but my only option at the moment.
Thanks.
3
-
You could it send it in a message as multiple embeds or use wait to send the messages synced 0
Yorum yazmak için lütfen oturum açın.
Yorumlar
1 yorum