Skip to content

Super-Thomate/bot-python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  _____                _   _       
 / ____|              | | | |      
| |     __ _ _ __ ___ | |_| |_ ___ 
| |    / _` | '__/ _ \| __| __/ _ \
| |___| (_| | | | (_) | |_| ||  __/
 \_____\__,_|_|  \___/ \__|\__\___|

Carotte is an example of discord bot using discord.py. This bot needs Python 3.5.3 or higher. API doc : https://discordpy.readthedocs.io/en/latest/

Install discord.py :

# Linux/OS X
python3 -m pip install -U discord.py

# Windows
py -3 -m pip install -U discord.py

In order to initialize Carotte, you must load cogs using

<p>load cogs_name

Where <p> is your prefix and cogs_name is a valid cog's name.

About

Example of discord bot using discord.py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages