Is it possible to test a bot offline?
-
I would like to ask if there is an application for testing Discord bots in offline mode by running the bot locally?
Something like a Discord client but without a network connection, but a server created on a PC with users in the form of a bot and me.JavaScript Amelia Pennington, Jun 12, 2019 -
Like any application. For this you need to create a mock server for example. Which will give pre-prepared data for the same requests.
You can choose something here:
https://openbase.io/packages/top-nodejs-mock-serve .. .Anonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!