From 23f93a52a8520f5bcb3471bc8610c3e5862f0b8b Mon Sep 17 00:00:00 2001 From: Raf <89015458+RafeyGx@users.noreply.github.com> Date: Fri, 23 Dec 2022 19:08:25 +0600 Subject: [PATCH 1/7] Update README.md Made it look fancy --- README.md | 111 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 96 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1f152e3..4b679ac 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,105 @@ -# Discord-Bot -## 🤖 Discord bot with over 400 commands. -This contains: Moderation, Music, Economy and much more! -![image](https://user-images.githubusercontent.com/88144943/207117434-d98356b1-bf19-418e-9e12-0ef83e0d9a21.png) +[![Version][version-shield]](version-url) +[![Contributors][contributors-shield]][contributors-url] +[![Forks][forks-shield]][forks-url] +[![Stargazers][stars-shield]][stars-url] +[![Issues][issues-shield]][issues-url] +[![MIT License][license-shield]][license-url] +
-## ⚒️ Requirements -- Node.JS v17 -- FFMPEG -- Discord bot + +
+

+ + Pbot-plus + -Do you like the bot? Leave a star! Or donate at https://github.com/sponsors/CorwinDev +

Discord-Bot

-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) +

+ Discord-bot is a Advanced Multipurpose bot containing more than 400+ Commands. It can do Moderation, Tickets, Radio, Games, Giveaways, Customisation, Economy, Leveling, Invites, Messages, Utilities, Suggestions, Server Stats etc. +
+
+ Report Bug + · + Request Feature +

+

+ -### Replit: https://replit.com/@CorwinDeveloper/Discord-Bot-v14?v=1 +## 》Description +[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=corwindev&repo=Discord-bot&theme=tokyonight)](https://github.com/corwindev/Discord-bot) +## 》Feature +- [x] Slash Commands +- [x] Upto date with Discord.js v14 +- [x] Automod +- [X] Custom Commands +- [x] Music System +- [x] Reaction Roles +- [x] Giveaways +- [x] Custom Filters +- [x] Easy to use +## 🖼️ Screenshots +
+

+ + + +

-### Discord: https://discord.gg/qHXxpQKC2H +## 🎛️ Requirements +- [x] Node js v17+ +- [x] Java v 13 (for lavalink server) +## ⚙️ Installation +Fill all requirement in `src/config.js` or `.env` **(rename `.env.example` to `.env`)** + +• [yarn](https://yarnpkg.com/) + +For install all dependencies use +``` +yarn +``` +To start your bot +``` +yarn start +``` +**Or** + +• [Npm](https://www.npmjs.com/) + +For install all dependencies use +``` +npm install +``` +To start your bot +``` +npm start +``` +### About +Discord-Bot is a Multipurpose Discord bot base in [Discord.js](https://github.com/Discordjs/discordjs) +If you liked this repository, feel free to leave a star ⭐ to motivate me! + +## 💌 Support Server +[![DiscordBanner](https://invidget.switchblade.xyz/jVeC7cFX5T)](https://discord.gg/jVeC7cFX5T) +[Support Server](https://discord.gg/jVeC7cFX5T) - Discord-Bot's Support Server Invite + +# Donate + + By Donating, You Will Help Me To Maintain This Project + +- [PayPal](https://www.paypal.me/) -*You may not claim this as your own!!* - -**Copyright to Graphix Development and CorwinDev** +[version-shield]: https://img.shields.io/github/package-json/v/CorwinDev/Discord-Bot?style=for-the-badge +[version-url]: https://github.com/brblacky/WaveMusic +[contributors-shield]: https://img.shields.io/github/contributors/CorwinDev/Discord-Bot.svg?style=for-the-badge +[contributors-url]: https://github.com/Corwindev/Discord-Bot/graphs/contributors +[forks-shield]: https://img.shields.io/github/forks/Corwindev/Discord-Bot.svg?style=for-the-badge +[forks-url]: https://github.com/Corwindev/Discord-Bot/network/members +[stars-shield]: https://img.shields.io/github/stars/Corwindev/Discord-Bot.svg?style=for-the-badge +[stars-url]: https://github.com/Corwindev/Discord-Bot/stargazers +[issues-shield]: https://img.shields.io/github/issues/Corwindev/Discord-Bot.svg?style=for-the-badge +[issues-url]: https://github.com/Corwindev/Discord-Bot/issues +[license-shield]: https://img.shields.io/github/license/Corwindev/Discord-Bot.svg?style=for-the-badge +[license-url]: https://github.com/Corwindev/Discord-Bot/blob/master/LICENSE From 8a143713b002ed57b19413ba039358987d844d38 Mon Sep 17 00:00:00 2001 From: Raf <89015458+RafeyGx@users.noreply.github.com> Date: Fri, 23 Dec 2022 19:24:59 +0600 Subject: [PATCH 2/7] Update README.md --- README.md | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 4b679ac..3a05079 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,9 @@ - [x] Upto date with Discord.js v14 - [x] Automod - [X] Custom Commands -- [x] Music System +- [x] Music Commands - [x] Reaction Roles - [x] Giveaways -- [x] Custom Filters - [x] Easy to use ## 🖼️ Screenshots
@@ -49,32 +48,25 @@

## 🎛️ Requirements -- [x] Node js v17+ -- [x] Java v 13 (for lavalink server) +- [x] NodeJs v17+ +- [x] Java v13 (for lavalink server) +- [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 ....) +- [x] APi Key for OpenAi (Get it from [OpenAi Developers Portal](https://beta.openai.com/account/api-keys) ) + ## ⚙️ Installation -Fill all requirement in `src/config.js` or `.env` **(rename `.env.example` to `.env`)** +Fill all requirement in `.env` **(rename `.env.example` to `.env`)** -• [yarn](https://yarnpkg.com/) +Then Follow the below Steps -For install all dependencies use -``` -yarn -``` -To start your bot -``` -yarn start -``` -**Or** - -• [Npm](https://www.npmjs.com/) - -For install all dependencies use +• [Npm](https://www.npmjs.com/) 》For install all dependencies use ``` npm install ``` To start your bot ``` -npm start +node src/index.js ``` ### About Discord-Bot is a Multipurpose Discord bot base in [Discord.js](https://github.com/Discordjs/discordjs) @@ -88,7 +80,7 @@ If you liked this repository, feel free to leave a star ⭐ to motivate me! By Donating, You Will Help Me To Maintain This Project -- [PayPal](https://www.paypal.me/) +- [Sponsor](https://github.com/sponsors/CorwinDev) [version-shield]: https://img.shields.io/github/package-json/v/CorwinDev/Discord-Bot?style=for-the-badge From bb9b2e4187d3c6acb0aaf5ebec635e965d94ed72 Mon Sep 17 00:00:00 2001 From: Raf <89015458+RafeyGx@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:02:05 +0600 Subject: [PATCH 3/7] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a05079..b315f9d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ [![MIT License][license-shield]][license-url]
+
+ +[![Run on Repl.it](https://repl.it/badge/github/CorwinDev/Discord-Bot)](https://replit.com/@CorwinDeveloper/Discord-Bot-v14?v=1) +[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/import/github/CorwinDev/Discord-Bot)
@@ -39,6 +43,7 @@ - [x] Reaction Roles - [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) ## 🖼️ Screenshots

@@ -68,8 +73,10 @@ To start your bot ``` node src/index.js ``` -### About -Discord-Bot is a Multipurpose Discord bot base in [Discord.js](https://github.com/Discordjs/discordjs) +### 》Notice +> You may not claim this as your own!! **Copyright to Graphix Development and CorwinDev** + +> Discord-Bot is a Multipurpose Discord bot base in [Discord.js](https://github.com/Discordjs/discordjs) If you liked this repository, feel free to leave a star ⭐ to motivate me! ## 💌 Support Server @@ -80,7 +87,7 @@ If you liked this repository, feel free to leave a star ⭐ to motivate me! By Donating, You Will Help Me To Maintain This Project -- [Sponsor](https://github.com/sponsors/CorwinDev) + 》[Sponsor](https://github.com/sponsors/CorwinDev) [version-shield]: https://img.shields.io/github/package-json/v/CorwinDev/Discord-Bot?style=for-the-badge From e20f44450c5a89b4539a7b93121362234143c577 Mon Sep 17 00:00:00 2001 From: Raf <89015458+RafeyGx@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:07:12 +0600 Subject: [PATCH 4/7] Update README.md --- README.md | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b315f9d..c3c549b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@

- Pbot-plus + Pbot-plus

Discord-Bot

@@ -32,9 +32,9 @@

-## 》Description +## 》Description [![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=corwindev&repo=Discord-bot&theme=tokyonight)](https://github.com/corwindev/Discord-bot) -## 》Feature +## 》Feature - [x] Slash Commands - [x] Upto date with Discord.js v14 - [x] Automod @@ -44,7 +44,7 @@ - [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) -## 🖼️ Screenshots +## 》Screenshots

@@ -52,25 +52,24 @@

-## 🎛️ Requirements +## 》Requirements - [x] NodeJs v17+ -- [x] Java v13 (for lavalink server) +- [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 ....) -- [x] APi Key for OpenAi (Get it from [OpenAi Developers Portal](https://beta.openai.com/account/api-keys) ) +- [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 -## ⚙️ Installation +## 》Installation Guide Fill all requirement in `.env` **(rename `.env.example` to `.env`)** +### Installing via [NPM](https://www.npmjs.com/) -Then Follow the below Steps - -• [Npm](https://www.npmjs.com/) 》For install all dependencies use -``` +1. For installing all dependencies use +```js npm install ``` -To start your bot -``` +2. To start your bot +```js node src/index.js ``` ### 》Notice @@ -79,15 +78,18 @@ node src/index.js > Discord-Bot is a Multipurpose Discord bot base in [Discord.js](https://github.com/Discordjs/discordjs) If you liked this repository, feel free to leave a star ⭐ to motivate me! -## 💌 Support Server +## 》Support Server [![DiscordBanner](https://invidget.switchblade.xyz/jVeC7cFX5T)](https://discord.gg/jVeC7cFX5T) [Support Server](https://discord.gg/jVeC7cFX5T) - Discord-Bot's Support Server Invite +# 》Faq +> How to get access to Developers Commands? You will have to set them up via MongoDB [Click here for a guide]() + # Donate By Donating, You Will Help Me To Maintain This Project - 》[Sponsor](https://github.com/sponsors/CorwinDev) + 》[Sponsor](https://github.com/sponsors/CorwinDev) [version-shield]: https://img.shields.io/github/package-json/v/CorwinDev/Discord-Bot?style=for-the-badge From 6e05497252a3b7c0b7d76c7c08f2a2c7c3020bfe Mon Sep 17 00:00:00 2001 From: Raf <89015458+RafeyGx@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:20:47 +0600 Subject: [PATCH 5/7] Update README.md --- README.md | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c3c549b..db76085 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,14 @@ ## 》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 @@

## 》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) ## 》Installation Guide -Fill all requirement in `.env` **(rename `.env.example` to `.env`)** -### Installing via [NPM](https://www.npmjs.com/) -1. For installing all dependencies use -```js +### 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 ``` From 0418f1115b5753211ffa953ae6d672fa24d8f434 Mon Sep 17 00:00:00 2001 From: Raf <89015458+RafeyGx@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:27:50 +0600 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db76085..7e842db 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ ## 》Requirements - NodeJs v17+ -- Java v13 for lavalink server, [click here for a guide]()) +- Java v13 for lavalink server. - 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/) From 259ca19996db5cb3fbbaecff398ada0e23cc8581 Mon Sep 17 00:00:00 2001 From: Raf <89015458+RafeyGx@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:30:54 +0600 Subject: [PATCH 7/7] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e842db..49d3e3b 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,11 @@ If you liked this repository, feel free to leave a star ⭐ to motivate me! [Support Server](https://discord.gg/jVeC7cFX5T) - Discord-Bot's Support Server Invite # 》Faq -> How to get access to Developers Commands? You will have to set them up via MongoDB [Click here for a guide]() +> How to get access to Developers Commands? You will have to set them up via MongoDB or run the below command. +```bash +npm add-dev YOUR_ID +``` # Donate By Donating, You Will Help Me To Maintain This Project