Dolphin is a discord.js framework which helps discord bot developers easily create bots without having to worry about the hard work. Dolphin includes features such as Engines
, Commands
and Extenders
. Feel free to test and explore the framework.
First of all, install the package in your project by executing the following command:
npm install dolphin-discord
or, if you are using yarn:
yarn add dolphin-discord
Missing Documentation