mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
added answer command
Aggiunto answer
This commit is contained in:
parent
673b05ddb3
commit
14faa180ed
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# Imports go here!
|
||||
from .ahnonlosoio import AhnonlosoioCommand
|
||||
from .answer import AnswerCommand
|
||||
from .brawlhalla import BrawlhallaCommand
|
||||
from .cat import CatCommand
|
||||
from .ciaoruozi import CiaoruoziCommand
|
||||
|
@ -67,6 +68,7 @@ from .youtube import YoutubeCommand
|
|||
# Enter the commands of your Pack here!
|
||||
available_commands = [
|
||||
AhnonlosoioCommand,
|
||||
AnswerCommand,
|
||||
BrawlhallaCommand,
|
||||
CatCommand,
|
||||
CiaoruoziCommand,
|
||||
|
|
Loading…
Reference in a new issue