diff --git a/royalnet/commands/play.py b/royalnet/commands/play.py index 4bc7fdb8..07e77a42 100644 --- a/royalnet/commands/play.py +++ b/royalnet/commands/play.py @@ -48,6 +48,6 @@ class PlayCommand(Command): @classmethod async def common(cls, call: Call): - guild, url = call.args.match(r"(?:\[(.+)])?\s*(\S+)\s*") + guild, url = call.args.match(r"(?:\[(.+)])?\s*(.+)") response: RequestSuccessful = await call.net_request(PlayMessage(url, guild), "discord") await call.reply(f"✅ Richiesta la riproduzione di [c]{url}[/c].")