discordBot/commands/__init__.py

7 lines
133 B
Python

from .pg import Pg
from .news import News
from .cat import Cat
from .morning import Morning
ALL_COMMANDS = [Pg, News, Cat, Morning]