EmperorFred/twitch_bot/commands/__init__.py
2025-12-05 20:21:47 -06:00

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
"""