From 3f73313ce0d1ef58e070a73d445caa84462a3b1f Mon Sep 17 00:00:00 2001
From: hotsu0p <130086894+hotsu0p@users.noreply.github.com>
Date: Thu, 2 Nov 2023 17:01:36 -0500
Subject: [PATCH 1/4] Update .env.example
---
.env.example | 1 +
1 file changed, 1 insertion(+)
diff --git a/.env.example b/.env.example
index fd443da..ed7c520 100644
--- a/.env.example
+++ b/.env.example
@@ -6,6 +6,7 @@ WEBHOOK_TOKEN=
DISCORD_ID=
# Not neccessary variables
+# Wondering how to get these? Check out [Here](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=
From 0dfa609ca8d078ce47d610b0b999b006b4e38292 Mon Sep 17 00:00:00 2001
From: hotsu0p <130086894+hotsu0p@users.noreply.github.com>
Date: Thu, 2 Nov 2023 17:03:07 -0500
Subject: [PATCH 2/4] Update .env.example
---
.env.example | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.env.example b/.env.example
index ed7c520..82c53b4 100644
--- a/.env.example
+++ b/.env.example
@@ -6,7 +6,7 @@ WEBHOOK_TOKEN=
DISCORD_ID=
# Not neccessary variables
-# Wondering how to get these? Check out [Here](https://github.com/CorwinDev/Discord-Bot#requirements)
+# 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=
@@ -16,4 +16,4 @@ LAVALINK_HOST=lava.link
LAVALINK_PASSWORD=I'm a secret
LAVALINK_PORT=80
LAVALINK_SECURE=false
-OPENAI=
+OPENAI=
From 5544e11de0aaac755d814de7c38fb21b90c54b3f Mon Sep 17 00:00:00 2001
From: hotsu0p <130086894+hotsu0p@users.noreply.github.com>
Date: Thu, 2 Nov 2023 17:04:01 -0500
Subject: [PATCH 3/4] Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 8195bd5..023493f 100644
--- a/README.md
+++ b/README.md
@@ -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)
##
》Screenshots
From 6b4dc2bc709c8bd582bf4696c65a4cee0435983c Mon Sep 17 00:00:00 2001
From: hotsu0p <130086894+hotsu0p@users.noreply.github.com>
Date: Thu, 2 Nov 2023 17:04:38 -0500
Subject: [PATCH 4/4] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 023493f..eecd7f2 100644
--- a/README.md
+++ b/README.md
@@ -74,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)
@@ -105,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