mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-27 22:03:17 +00:00
Add animals command
Fix Youtube playback Add Database file
This commit is contained in:
parent
d7953e9808
commit
0c1909807a
12 changed files with 623 additions and 126 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue