Initial implementation of commands extension module.

This commit is contained in:
Rapptz
2016-01-04 22:22:52 -05:00
parent 97874293e2
commit 59ca5ec386
7 changed files with 1069 additions and 0 deletions

12
discord/ext/__init__.py Normal file
View File

@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
"""
discord.py extensions
~~~~~~~~~~~~~~~~~~~~~~
Extensions for the discord.py library live in this namespace.
:copyright: (c) 2016 Rapptz
:license: MIT, see LICENSE for more details.
"""