Skip to content

Files

Latest commit

author
thomate
Jun 18, 2019
ecb15d8 · Jun 18, 2019

History

History
32 lines (21 loc) · 750 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 750 Bytes
  _____                _   _       
 / ____|              | | | |      
| |     __ _ _ __ ___ | |_| |_ ___ 
| |    / _` | '__/ _ \| __| __/ _ \
| |___| (_| | | | (_) | |_| ||  __/
 \_____\__,_|_|  \___/ \__|\__\___|

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.