Please Read The Discord TOS before using this bot
- Bot Token – at the bottom of your file:
client.login('YOUR-BOT-TOKEN');✅ Replace 'YOUR-BOT-TOKEN' with your actual bot token from the Discord Developer Portal.
- Embed & Interval Settings (optional tweak):
const EMBED_INTERVAL_MS = 5000;
const PING_INTERVAL_MS = 100;✅ Adjust these if you want faster/slower updates.
💡 Tips:
- Make sure your bot has proper permissions (Send Messages, Manage Roles).
- Never share your bot token publicly.
- Restart the bot after updating any IDs.