Update overseerr.py

This commit is contained in:
pacnpal
2024-09-30 20:49:07 -04:00
parent 65f20e911a
commit 1b3b4ef339

View File

@@ -20,7 +20,7 @@ class Overseerr(commands.Cog):
async def overseerr(self, ctx: commands.Context):
"""Manage Overseerr settings."""
if ctx.invoked_subcommand is None:
await ctx.send_help(ctx.command)
return
@overseerr.command(name="seturl")
async def overseerr_seturl(self, ctx: commands.Context, url: str):