a bot i made back when i was learning node.js. a lot of this is old, unusuable code i should warn. a neat little bot for my personal discord server, if you, for whatever reason, want to use this on your own server, be my guest.
bot is fully open, do whatever you want with this.
to run your own instance of this bot you'll need npm, which comes with node, you'll also need discord.js, builders and discord-api-types and to run it you can just run node index.js
. You'll also need to provide your own config.json files with your discord bot id/guild id.
Same prerequistires that it takes to run the bot