Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Discord Bot

If you use discord then you must have though of making a discord bot yourself, so lets get started

forthebadge made-with-python

Example

image

Features

  • Moderation Commands
  • Information Commands

Running the bot

# install python3 and python3-pip if they are not installed

# install the requirements
$ pip3 install discord.py
# open package.json file and paste your token and prefix
{
	"prefix": "Token HERE",
	"token" : "PREFIX HERE"
}
#run main file
$ python3 main.py