### 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: 1. Invite your bot example 2. invite another bot for testing 3. **In the bot console you will see:** 404 error with a Request of `/members/00000000000000000000000000` Full error message: [new 19.txt](https://github.com/revoltchat/revolt.js/files/11359152/new.19.txt) 