EmperorFred/twitch_bot/commands/__init__.py

7 lines
161 B
Python
Raw Permalink Normal View History

2025-12-06 02:21:47 +00:00
"""Twitch commands package.
Drop one command per file. Each module should expose:
active: bool
setup(bot): to register commands on the provided bot
"""