Skip to content

Lohithpoojari/Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Discord bot with kick and ban commands

[Live Demo]

(Click on the link to add it in your discord server: https://discord.com/oauth2/authorize?client_id=773091964462563368&scope=bot )

Module used

Development Setup

To setup the app for development on your local machine, please follow the instructions below:

  1. Clone the repo to your machine
git clone https://github.com/lohith.poojari
  1. Install necessary packages
npm install
  1. Create a .env file for environment variables in the root directory of this repository, not inside the src folder!

Create environment variables: DISCORDJS_BOT_TOKEN - Your Bot Token

  1. Start the development environment
npm start