A Discord bot based on the Nodejs WS and Axios libraries to connect with Discord's endpoints. This bot connects to the Discord Gateway API and Discord REST API to read and respond to commands. It was ...
Discord-Moderation-Bot/ ├── commands/ │ ├── moderation/ │ │ ├── automod.js # Auto-mod configuration │ │ ├── ban.js # Ban command │ │ ├── case.js # Case management │ │ ├── deletecase.js # Delete cases ...