Add animals command

Fix Youtube playback
Add Database file
This commit is contained in:
Michał Gdula 2023-09-08 18:44:04 +01:00
parent d7953e9808
commit 0c1909807a
12 changed files with 623 additions and 126 deletions

View file

@ -2,12 +2,12 @@ from .help import Help
from .ping import Ping
from .hello import Hello
from .music import Music
from .e621 import E621
from .animals import Animals
__all__ = [
"Help",
"Ping",
"Hello",
"Music",
"E621",
"Animals",
]