7 lines
161 B
Python
7 lines
161 B
Python
"""Twitch commands package.
|
|
|
|
Drop one command per file. Each module should expose:
|
|
active: bool
|
|
setup(bot): to register commands on the provided bot
|
|
"""
|