From ab04e0910183ea3038ce1dc57ee1669e1b063828 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 9 Jun 2020 02:09:08 +0200 Subject: [PATCH] Handle events differently --- royalpack/commands/play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalpack/commands/play.py b/royalpack/commands/play.py index 25abe910..5754efdc 100644 --- a/royalpack/commands/play.py +++ b/royalpack/commands/play.py @@ -18,7 +18,7 @@ class PlayCommand(rc.Command): url = args.joined(require_at_least=1) if not (url.startswith("http://") or url.startswith("https://")): raise rc.InvalidInputError(f"L'URL specificato non inizia con il nome di un protocollo supportato" - f" ([c]http://[/c] o [c]https://[/c]).") + f" ([c]http://[/c] o [c]https://[/c]).") return [url] def get_embed_color(self) -> Optional[int]: