Discord Bot utilizing discord.js (v13)
-
Clone this repo
git clone https://github.com/ebjohnston/suda.git
-
Install node project manager dependencies [Note: requires NPM to be installed already]
cd suda npm install
-
Configure
settings.json
in the root installation directory. Seesettings.json.example
for a template. -
Start bot by navigating to core directory and initializing main.js
node src/core/main.js
- Application command support (discord.js v13)
- Modular and extensible code organization with flags for each module
- A music bot which supports multiple input sources
- YouTube integration
- Plex integration
- Make sure app command deployment works with fresh server
- Switch text to rich embed
- Add basic logging tools
- Add unit testing
- Path of Exile integration
- PoE commands
- PoE subscriptions
- core/img: Allow adding new images from discord CLI
- Add badges for version / npm / testing / etc