Skip to content

SahilSingh177/BotX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

BotX - Build Your Own Discord Bot

Screenshot (235)

About

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.

Preview

Demo Video

VE.Project.2.mov

Screenshot (236)

Screenshot (237)

Screenshot (238)

Features:-

  • Custom Commands
  • Playing song with many controls
  • Kick, ban, or unban a user
  • Sharing meme
  • Sharing flirty quotes

Set up Project

Prerequisites

Before you start with the tutorial make sure you have:

  • Node.js v14 or greater installed on your machine

Install Project

  1. Clone the repository:
git clone https://github.com/SahilSingh177/Bot_Maker.git

Now open BotX in you IDE such as VSCode,etc.

  1. Change directory and install dependencies:
cd client
npm install
cd ..
cd server\backend
npm install
cd ..
cd server\discordBot
npm i
  1. Set up env variable(i.e., CLIENT_TOKEN inside .env file in discordBot folder) by following documentation

  2. Go to the BotX folder

Running Server

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

Running Client Side Portal

Open cmd and run the following commands to connect to the admin panel

cd client
npm run start

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •