Add Images command

Clean up Animals command
This commit is contained in:
Michał Gdula 2023-09-08 21:53:33 +01:00
parent 68d638c7ee
commit 4e685393de
12 changed files with 283 additions and 27 deletions

View file

@ -3,6 +3,7 @@ from .ping import Ping
from .hello import Hello
from .music import Music
from .animals import Animals
from .image import Img
__all__ = [
"Help",
@ -10,4 +11,5 @@ __all__ = [
"Hello",
"Music",
"Animals",
"Img",
]