Initial implementation of commands extension module.
This commit is contained in:
12
discord/ext/__init__.py
Normal file
12
discord/ext/__init__.py
Normal 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.
|
||||
|
||||
"""
|
Reference in New Issue
Block a user