mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-22 19:34:57 +00:00
Add more commands
This commit is contained in:
parent
bafe17e0d4
commit
0cddbb75e2
6 changed files with 279 additions and 5 deletions
|
@ -1,7 +1,13 @@
|
|||
from .help import Help
|
||||
from .ping import Ping
|
||||
from .hello import Hello
|
||||
from .music import Music
|
||||
from .e621 import E621
|
||||
|
||||
__all__ = [
|
||||
"Help",
|
||||
"Ping",
|
||||
"Hello",
|
||||
"Music",
|
||||
"E621",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue