This framework is made for users using typescript, I do not support the use of plain Javascript
This project is using typescript's decorator, you have to set the
experimentalDecoratorsoption totruein your tsconfig file.
Developer orientated discord.js Framework based on Typescript.
- Simple to use
- Powerful
- A lot of configuration possible
Please look here for details on how to get running on a dev environment.
What things you need to install the software and how to install them
npm i discord.js --save
Install with
npm i discordjs-decorators --save # yarn add discordjs-decoratorsand install discord.js
npm i discord.js --save # yarn add discord.jsYou can now use discordjs-decorators in your project.
yarn only-testyarn lint Important: You need to setup a config(.js) file in the
testfolder which exports a JSON object with a token and owner property.
yarn test:discordPlease read CONTRIBUTING.md for details.
This project is licensed under the GNU General Public License v2.0.
This project is inspired by yamdbf.