0.0.9 • Published 1 year ago

ez-discord.js v0.0.9

Weekly downloads
-
License
Unlicense
Repository
github
Last release
1 year ago

Discord applications finally made EZ (easy) ✨

✨ Introduction

ez-discord.js is an npm package that takes all the difficulty out of creating a Discord bot. It's a wrapper around the discord.js library that enables you to create a Discord bot in a matter of minutes with minimal effort.

All you need to do is create a folder structure and add a few lines of code to get started. The package will automatically handle all the boilerplate code for you, allowing you to focus on the fun stuff.

The package is designed to be highly customizable and extendable, so you can easily add your own features and functionality to fit your needs.

Development

Progress

  • Repository setup
  • Dynamic command handler based on file structure
    • Message event
      • Global
      • Guild
      • Direct message
    • Interaction events (slash commands)
      • "Simple" - Uses a webserver to handle interactions via POST requests from Discord
        • Global
        • Guild
      • "Advanced" - Uses a Discord bot to handle interactions via the Discord Gateway
        • Global
        • Guild
  • Persistence system via:
    • Local JSON database
    • MongoDB
    • MariaDB
  • Basic bot example
0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago