This is a website that allows user to create their own discord bot with customised commands and features. It's built using DiscordJS, NodeJS, and ReactJS.
VE.Project.2.mov
- Custom Commands
- Playing song with many controls
- Kick, ban, or unban a user
- Sharing meme
- Sharing flirty quotes
Before you start with the tutorial make sure you have:
- Node.js v14 or greater installed on your machine
- Clone the repository:
git clone https://github.com/SahilSingh177/Bot_Maker.git
Now open BotX in you IDE such as VSCode,etc.
- Change directory and install dependencies:
cd client
npm install
cd ..
cd server\backend
npm install
cd ..
cd server\discordBot
npm i
-
Set up env variable(i.e., CLIENT_TOKEN inside .env file in discordBot folder) by following documentation
-
Go to the BotX folder
Open cmd and run the following commands to have your server up and running
cd server\backend
node app.js
Open another cmd terminal and run
cd server\discordBot
node index.js
Your server will now be running at port 5000
Open cmd and run the following commands to connect to the admin panel
cd client
npm run start