Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 707 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 707 Bytes

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