Update overseerr.py

This commit is contained in:
pacnpal
2024-09-30 20:49:07 -04:00
parent 09060c2cc6
commit f76dfa1c5c

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):