An open API service indexing awesome lists of open source software.

https://github.com/mikael-r/aziris

🔘 Bot to help a manage you server
https://github.com/mikael-r/aziris

bot bot-manager discord discord-bots discord-developers discordjs hacktoberfest typescript

Last synced: 2 months ago
JSON representation

🔘 Bot to help a manage you server

Awesome Lists containing this project

README

        

[![Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Mikael-R/aziris)

[![License](https://img.shields.io/github/license/Mikael-R/aziris?style=flat-square)](LICENSE.md) [![Last Commit](https://img.shields.io/github/last-commit/Mikael-R/aziris?style=flat-square)](https://github.com/Mikael-R/aziris/commits/) ![Language Most Used](https://img.shields.io/github/languages/top/Mikael-R/aziris?style=flat-square) [![Implementations](https://img.shields.io/badge/%F0%9F%92%A1-implementations-8C8E93.svg?style=flat-square)](https://github.com/Mikael-R/aziris/issues) ![Repository Size](https://img.shields.io/github/repo-size/Mikael-R/aziris?style=flat-square)

[![Forks](https://img.shields.io/github/forks/Mikael-R/aziris?style=social)](https://github.com/Mikael-R/aziris/network/members) [![Stars](https://img.shields.io/github/stars/Mikael-R/aziris?style=social)](https://github.com/Mikael-R/aziris/stargazers) [![Watches](https://img.shields.io/github/watchers/Mikael-R/aziris?style=social)](https://github.com/Mikael-R/aziris/watchers)

[![Author Twitter](https://img.shields.io/twitter/follow/mikaelr16.svg?style=social)](https://twitter.com/mikaelr16)

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](#how-to-use)
- 🚀 [Technologies](#technologies)
- 🌱 [Minimal Requirements](#minimal-requirements)
- 🎊 [Features](#features)
- 🎇 [Finished](#features-finished)
- 🎆 [Pendent](#features-pendent)
- 💡 [How To Contribute](#how-to-contribute)
- 🤗 [Contributors](#contributors)
- 👤 [Author](#author)
- 🔏 [License](#license)

---

🤔 How To Use

#### 💻 Desktop

Obs: To run in you machine you need node, git and npm/yarn

- Clone repository and entry on dir
```sh
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](.env.example)
- Generate convite link to add bot in servers

Obs: Search in discord developers [oficial documentation](https://discord.com/developers/docs/intro) for more informations.

- Install dependencies
```sh
yarn # or npm install
```

##### Dev Mode

```sh
yarn dev # or npm run dev
```

##### Production Mode

```sh
yarn prod # or npm run prod
```

#### Using Docker (with docker-compose)

##### Dev Mode

```sh
docker-compose up # (optional -d to run in background)
```

##### Production Mode

```sh
docker-compose up -f docker-compose.prod.yml # (optional -d to run in background)
```

#### 🌐 Online

- Add bot clicking [here](https://discord.com/oauth2/authorize?client_id=736626386009194676&scope=bot&permissions=2146958847)
- Select server and authorize bot to entry
- Call using `$help`

[Back To The Top](#title)

---

🚀 Technologies

- Discord.js
- Node
- Typescript

[Back To The Top](#title)

---

🌱 Minimal Requirements

- Node
- NPM/Yarn
- Git

[Back To The Top](#title)

---

🎊 Features

🎆 Pendent

- [ ] create CRUD
- [ ] craete commands for ban, warn, mute, etc
- [ ] create experiencie system
- [ ] craete commands for xp system

[Back To The Top](#title)

---

💡 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](#title)

---

🤗 Contributors

Mikael-R

[Back To The Top](#title)

---

👤 Author

🤓 **Mikael Rolim de Aquino **

- Twitter: [@mikaelr16](https://twitter.com/mikaelr16)
- Github: [@Mikael-R](https://github.com/Mikael-R)

[Back To The Top](#title)

---

🔏 License

Copyright © 2020 [Mikael Rolim de Aquino ](https://github.com/Mikael-R)

This project is licensed by [MIT License](https://api.github.com/licenses/mit).

[Back To The Top](#title)

---

_This README was generated with 💟 by [readme-template-generator](https://github.com/Mikael-R/readme-template-generator)_