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!
|
# Imports go here!
|
||||||
from .ahnonlosoio import AhnonlosoioCommand
|
from .ahnonlosoio import AhnonlosoioCommand
|
||||||
|
from .answer import AnswerCommand
|
||||||
from .brawlhalla import BrawlhallaCommand
|
from .brawlhalla import BrawlhallaCommand
|
||||||
from .cat import CatCommand
|
from .cat import CatCommand
|
||||||
from .ciaoruozi import CiaoruoziCommand
|
from .ciaoruozi import CiaoruoziCommand
|
||||||
|
@ -67,6 +68,7 @@ from .youtube import YoutubeCommand
|
||||||
# Enter the commands of your Pack here!
|
# Enter the commands of your Pack here!
|
||||||
available_commands = [
|
available_commands = [
|
||||||
AhnonlosoioCommand,
|
AhnonlosoioCommand,
|
||||||
|
AnswerCommand,
|
||||||
BrawlhallaCommand,
|
BrawlhallaCommand,
|
||||||
CatCommand,
|
CatCommand,
|
||||||
CiaoruoziCommand,
|
CiaoruoziCommand,
|
||||||
|
|
Loading…
Reference in a new issue