mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-22 19:34:57 +00:00
Add Dockerfile
Update blacklist Clean up e621 code
This commit is contained in:
parent
dbe660ded9
commit
d28a759f8e
24 changed files with 119 additions and 37 deletions
17
Bot/lynxie/commands/__init__.py
Normal file
17
Bot/lynxie/commands/__init__.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
from .help import Help
|
||||
from .ping import Ping
|
||||
from .hello import Hello
|
||||
from .music import Music
|
||||
from .animals import Animals
|
||||
from .image import Img
|
||||
from .e621 import E621
|
||||
|
||||
__all__ = [
|
||||
"Help",
|
||||
"Ping",
|
||||
"Hello",
|
||||
"Music",
|
||||
"Animals",
|
||||
"Img",
|
||||
"E621",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue