Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 328 Bytes

discord-botbase-python

A base for Discord Bots made in Python

JSON File Template

For this bot to work correctly you will need a file in the directory of the bot called config.json. Fortunately, this is easy to make!

{
    "token": "Desired Token Goes Here",
    "prefix": "!, or whatever you want it to be!"
}