Official Discord bot for Sflynlang server.
- TypeScript
- Decorators Pattern.
- Oriented Object Programming.
Please read the contribution guidelines and code of conduct.
- Install the dependencies:
# With npm
$ npm install
# With yarn
$ yarn add
- Build the project to production running the following command:
# With npm
$ npm run start
# With yarn
$ yarn run start
- Set the Discord bot token to the environment file:
DISCORD_TOKEN=Your token here
MONGODB=Your MongoDB connection url here
- Initialize the bot in production:
npm run start
oryarn run start
.
!setrole dev @role-mention
!setrole mod @role-mention
!setchannel rules #channel-mention
!setchannel welcomes #channel-mention
!setchannel suggestions #channel-mention
!suggestion First suggestion!
View the latest changes on CHANGELOG.md.
- Daniel Solarte - Initial Work - GitHub
You can also view the list of contributors.
This project is under the MIT License. See the LICENSE file for more information.