Skip to content

jamilkarami/discordpystarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord.py Starter Bot

Barebones Discord bot that does nothing. I wrote it just to skip doing this every time I'm writing a new bot.

It uses Discord.py. Refer to the documentation to further add/develop to this bot.

It also implements cogs which are a way to organize/separate code into different files for Discord.py bots.

Usage

Clone this repo, then use the following command to get all the packages you need:

pip install -r requirements.txt

To run the bot, use:

python .\bot.py

About

Barebones Discord.py bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages