updated Files
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||

|
||||

|
||||
[](http://commitizen.github.io/cz-cli/)
|
||||
|
||||

|
||||
|
||||
# 🤖 EvoBot (Discord Music Bot)
|
||||
|
||||
> EvoBot is a Discord Music Bot built with TypeScript, discord.js & uses Command Handler from [discordjs.guide](https://discordjs.guide)
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -17,8 +13,6 @@
|
||||
## 🚀 Getting Started
|
||||
|
||||
```sh
|
||||
git clone https://github.com/eritislami/evobot.git
|
||||
cd evobot
|
||||
npm install
|
||||
```
|
||||
|
||||
@@ -43,10 +37,9 @@ Copy or Rename `config.json.example` to `config.json` and fill out the values:
|
||||
|
||||
## 🐬 Docker Configuration
|
||||
|
||||
For those who would prefer to use our [Docker container](https://hub.docker.com/repository/docker/eritislami/evobot), you may provide values from `config.json` as environment variables.
|
||||
|
||||
```shell
|
||||
docker run -e "TOKEN=<discord-token>" eritislami/evobot
|
||||
docker run -e "TOKEN=<discord-token>" f04c/apollo
|
||||
```
|
||||
|
||||
## 📝 Features & Commands
|
||||
@@ -125,13 +118,3 @@ Currently available locales are:
|
||||
- Vietnamese (vi)
|
||||
- Check [Contributing](#-contributing) if you wish to help add more languages!
|
||||
- For languages please use [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) two letter format
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
1. [Fork the repository](https://github.com/eritislami/evobot/fork)
|
||||
2. Clone your fork: `git clone https://github.com/your-username/evobot.git`
|
||||
3. Create your feature branch: `git checkout -b my-new-feature`
|
||||
4. Stage changes `git add .`
|
||||
5. Commit your changes: `cz` OR `npm run commit` do not use `git commit`
|
||||
6. Push to the branch: `git push origin my-new-feature`
|
||||
7. Submit a pull request
|
||||
|
||||
Reference in New Issue
Block a user