1
0
Fork 0
mirror of https://code.lenaisten.de/Lenaisten/lenaverse-bot.git synced 2024-11-22 23:13:01 +00:00
lenaverse-bot/lenaverse_bot/commands/__init__.py

4 lines
97 B
Python
Raw Normal View History

2023-12-02 23:52:26 +00:00
from . import advent, post, verein
2023-12-02 22:56:11 +00:00
2023-12-02 23:52:26 +00:00
COMMANDS = post.COMMANDS + verein.COMMANDS + advent.COMMANDS