Simple bot to help a manage you server
馃彙 Home: https://mikael-r.github.io/aziris/
- 馃 How To Use
- 馃殌 Technologies
- 馃尡 Minimal Requirements
- 馃帄 Features
- 馃挕 How To Contribute
- 馃 Contributors
- 馃懁 Author
- 馃攺 License
Obs: To run in you machine you need node, git and npm/yarn
- Clone repository and entry on dir
git clone https://github.com/Mikael-R/aziris
cd aziris- Create a bot in discord developers
- Generate bot token and copy token in .env file, check file env with example
- Generate convite link to add bot in servers
Obs: Search in discord developers oficial documentation for more informations.
- Install dependencies
yarn # or npm installyarn dev # or npm run devyarn prod # or npm run proddocker-compose up # (optional -d to run in background)docker-compose up -f docker-compose.prod.yml # (optional -d to run in background)- Add bot clicking here
- Select server and authorize bot to entry
- Call using
$help
- Discord.js
- Node
- Typescript
- Node
- NPM/Yarn
- Git
- create CRUD
- craete commands for ban, warn, mute, etc
- create experiencie system
- craete commands for xp system
- Make a fork of this repository
- Clone to you machine and entry on respective paste
- Create a branch with your resource:
git checkout -b my-feature - Commit your changes:
git commit -m 'feat: My new feature' - Push your branch:
git push origin my-feature - A green button will appear at the beginning of this repository
- Click to open and fill in the pull request information
Contributions, issues and features requests are welcome!
馃摦 Submit PRs to help solve issues or add features
馃悰 Find and report issues
馃専 Star the project
馃 Mikael Rolim de Aquino mikarg9@gmail.com
- Twitter: @mikaelr16
- Github: @Mikael-R
Copyright 漏 2020 Mikael Rolim de Aquino mikarg9@gmail.com
This project is licensed by MIT License.
This README was generated with 馃挓 by readme-template-generator