mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 15:18:21 +00:00
Merge pull request #208 from hotsu0p/main
This commit is contained in:
commit
a270b3a4b6
2 changed files with 6 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ WEBHOOK_TOKEN=
|
|||
DISCORD_ID=
|
||||
|
||||
# Not neccessary variables
|
||||
# Wondering how to get these? Check out https://github.com/CorwinDev/Discord-Bot#requirements
|
||||
DISCORD_STATUS="Listening to meself, I'm a stupid bot, https://github.com/corwindev/discord-bot"
|
||||
RADIO=
|
||||
TOPGG_TOKEN=
|
||||
|
|
@ -15,4 +16,4 @@ LAVALINK_HOST=lava.link
|
|||
LAVALINK_PASSWORD=I'm a secret
|
||||
LAVALINK_PORT=80
|
||||
LAVALINK_SECURE=false
|
||||
OPENAI=
|
||||
OPENAI=
|
||||
|
|
|
|||
|
|
@ -56,6 +56,8 @@ If you like this repository, feel free to leave a star ⭐ to motivate me!
|
|||
- [x] Family
|
||||
- [x] Giveaways
|
||||
- [x] Easy to use
|
||||
- [x] Customizable
|
||||
- [x] And much more
|
||||
- [x] Don't wanna host it yourself? [Use our public bot](https://discord.com/api/oauth2/authorize?client_id=860390761307439114&permissions=8&scope=bot%20applications.commands)
|
||||
## <img src="https://cdn.discordapp.com/emojis/1028680849195020308.png" width="25px" height="25px">》Screenshots
|
||||
<br />
|
||||
|
|
@ -72,7 +74,7 @@ If you like this repository, feel free to leave a star ⭐ to motivate me!
|
|||
- 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/)
|
||||
- OpenAI API Key `for ai chatbot`. Get it from [OpenAi Developers Portal](https://beta.openai.com/account/api-keys)
|
||||
- ClientID `for loading slash commands.`
|
||||
- ClientID `for loading slash commands.` [Discord Developers Portal](https://discord.com/developers/applications)
|
||||
- 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)
|
||||
|
||||
|
|
@ -103,7 +105,7 @@ node src/index.js
|
|||
> How to get access to Developers Commands? You will have to set them up via MongoDB or run the below command.
|
||||
|
||||
```bash
|
||||
npm run add-dev YOUR_ID
|
||||
npm run add-dev YOUR_Discord_ID
|
||||
```
|
||||
# Donate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue