mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-28 06:13:15 +00:00
Add Images command
Clean up Animals command
This commit is contained in:
parent
68d638c7ee
commit
4e685393de
12 changed files with 283 additions and 27 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue