|
|
|
|
|
by drzel
2255 days ago
|
|
I have a discord bot running in our FortressOne discord. It keeps track of who is in what server and spams the channel with that information. It requires some short term persistence so it runs across two containers, one with the application code and the other with redis. It takes hundreds of requests daily and sends many millions, seems to be very stable. https://github.com/FortressOne/qwtf-discord-bot |
|