What happened?
Plain simple bot gives an error of 404 when another bot joins the server.
OS: Linux/Debian
Setup: I'm using CommonJS, not TypeScript
Bot example:
const { Client } = require("revolt.js");
let client = new Client();
client.loginBot("YOUR_BOT_TOKEN");
Steps:
- Invite your bot example
- invite another bot for testing
- In the bot console you will see: 404 error with a Request of
/members/00000000000000000000000000
Full error message: new 19.txt
