1
Fork 0
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:
Cookie 2020-07-22 14:27:30 +02:00 committed by GitHub
parent 673b05ddb3
commit 14faa180ed
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,