From 14faa180edfc12ba1b45310ad25e00114b8d0c5d Mon Sep 17 00:00:00 2001 From: Cookie <58516648+Cookie-CHR@users.noreply.github.com> Date: Wed, 22 Jul 2020 14:27:30 +0200 Subject: [PATCH] added answer command Aggiunto answer --- royalpack/commands/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/royalpack/commands/__init__.py b/royalpack/commands/__init__.py index 9ce8b05e..6f93e051 100644 --- a/royalpack/commands/__init__.py +++ b/royalpack/commands/__init__.py @@ -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,