Update README.md

This commit is contained in:
Raf 2022-12-23 21:20:47 +06:00 committed by GitHub
parent e20f44450c
commit 6e05497252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,10 +37,14 @@
## <img src="https://cdn.discordapp.com/emojis/852881450667081728.gif" width="20px" height="20px">》Feature
- [x] Slash Commands
- [x] Upto date with Discord.js v14
- [x] Automod
- [x] Automod
- [X] Custom Commands
- [x] Music Commands
- [x] Tickets
- [x] Utility Commands
- [x] Suggestions
- [x] Reaction Roles
- [x] Family
- [x] Giveaways
- [x] Easy to use
- [x] Don't wanna host it yourself? [Use our public bot](https://discord.com/api/oauth2/authorize?client_id=1051755231848972328&permissions=8&scope=bot%20applications.commands)
@ -53,22 +57,30 @@
</p>
## <img src="https://cdn.discordapp.com/emojis/1009754836314628146.gif" width="25px" height="25px">》Requirements
- [x] NodeJs v17+
- [x] Java v13 (for lavalink server, [click here for a guide]())
- [x] Discord Token (Get it from [Discord Developers Portal](https://discord.com/developers/applications) )
- [x] Mongo Database URL (Get it from [MongoDB](https://cloud.mongodb.com/v2/635277bf9f5c7b5620db28a4#clusters) )
- [x] Giphy API Token (Get it from [Giphy Developers Portal](https://developers.giphy.com/))
- [x] APi Key for OpenAi (Get it from [OpenAi Developers Portal](https://beta.openai.com/account/api-keys) )6
- NodeJs v17+
- Java v13 for lavalink server, [click here for a guide]())
- Discord Token. Get it from [Discord Developers Portal](https://discord.com/developers/applications)
- Mongo Database URL. Get it from [MongoDB](https://cloud.mongodb.com/v2/635277bf9f5c7b5620db28a4#clusters)
- Giphy API Token. Get it from [Giphy Developers Portal](https://developers.giphy.com/)
- APi Key for OpenAi `for ai chatbot`. Get it from [OpenAi Developers Portal](https://beta.openai.com/account/api-keys)
- ClientID `for loading slash commands.`
- Spotify client ID `for spotify support` [Click here to get](https://developer.spotify.com/dashboard/login)
- Spotify client Secret `for spotify support` [Click here to get](https://developer.spotify.com/dashboard/login)
## <img src="https://cdn.discordapp.com/emojis/814216203466965052.png" width="25px" height="25px">》Installation Guide
Fill all requirement in `.env` **(rename `.env.example` to `.env`)**
### <img src="https://cdn.discordapp.com/emojis/1028680849195020308.png" width="15px" height="15px"> Installing via [NPM](https://www.npmjs.com/)
1. For installing all dependencies use
```js
### <img src="https://cdn.discordapp.com/emojis/1028680849195020308.png" width="15px" height="15px"> Installing via [NPM](https://www.npmjs.com/)
Clone the repo by running
```bash
git clone https://github.com/Corwindev/Discord-Bot.git
```
After cloning Fill all requirement in `.env` **(rename `.env.example` to `.env`)**, then run
```bash
npm install
```
2. To start your bot
To start your bot
```js
node src/index.js
```