VLADY
Results
2
comments of
VLADY
You have to build your own. I am using express.js for example. You just need a way to handle your endpoints. example: ```js app.get('/guilds/:guildId', async (req, res) => { if(!await...