DEV Community

Cover image for discord-trolling, a simple discord.js wrapper
ferretcode
ferretcode

Posted on

discord-trolling, a simple discord.js wrapper

I recently upgraded to using discord.js V13 for making my Discord bots, but when I looked at their example code I decided I didn't want to have to write out the entire thing every time I wanted to make a new bot.

So I decided to make my own wrapper so that anyone that felt the same way could have an easier and better time making Discord bots. It already has all of the same complex features that discord.js has because it's built on top of it, but I added an easy way to make slash commands, and just made the whole thing simpler. I also plan to add more features such as integrated pm2 hosting, a new voice wrapper and http/webhook requests for logging.

Here are the links to the project:

https://github.com/ferretcode/discord-trolling
https://npmjs.com/discord-trolling

I appreciate any feedback and I look forward to seeing what everyone thinks!

Top comments (1)

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

Hey 👋🏼

This looks like a good post here. Can you share this in full on DEV?

DEV generally asks that folks share their posts in full if possible and there is tooling provided to make it so that it's relatively easy to repost from outside blogs.

Hope you'll consider sharing the full post going forward.