Skip to content

Mikael-R/aziris

Repository files navigation

Gitpod

License Last Commit Language Most Used Implementations Repository Size

Forks Stars Watches

Author Twitter

Welcome to aziris ๐Ÿ‘‹

๐Ÿšง aziris in development... ๐Ÿšง

logo

Simple bot to help a manage you server

๐Ÿก Home: https://mikael-r.github.io/aziris/

๐Ÿ”– Table Of Contents


๐Ÿค” How To Use

๐Ÿ’ป Desktop

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

Using Node.js

  • 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 install
Dev Mode
yarn dev # or npm run dev
Production Mode
yarn prod  # or npm run prod

Using Docker (with docker-compose)

Dev Mode
docker-compose up # (optional -d to run in background)
Production Mode
docker-compose up -f docker-compose.prod.yml # (optional -d to run in background)

๐ŸŒ Online

  • Add bot clicking here
  • Select server and authorize bot to entry
  • Call using $help

Back To The Top


๐Ÿš€ Technologies

  • Discord.js
  • Node
  • Typescript

Back To The Top


๐ŸŒฑ Minimal Requirements

  • Node
  • NPM/Yarn
  • Git

Back To The Top


๐ŸŽŠ Features

๐ŸŽ† Pendent

  • create CRUD
  • craete commands for ban, warn, mute, etc
  • create experiencie system
  • craete commands for xp system

Back To The Top


๐Ÿ’ก How To Contribute

  • 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

Back To The Top


๐Ÿค— Contributors

Mikael-R

Back To The Top


๐Ÿ‘ค Author

๐Ÿค“ Mikael Rolim de Aquino mikarg9@gmail.com

Back To The Top


๐Ÿ” License

Copyright ยฉ 2020 Mikael Rolim de Aquino mikarg9@gmail.com

This project is licensed by MIT License.

Back To The Top


This README was generated with ๐Ÿ’Ÿ by readme-template-generator