mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
Update overseerr.py
This commit is contained in:
@@ -20,7 +20,7 @@ class Overseerr(commands.Cog):
|
|||||||
async def overseerr(self, ctx: commands.Context):
|
async def overseerr(self, ctx: commands.Context):
|
||||||
"""Manage Overseerr settings."""
|
"""Manage Overseerr settings."""
|
||||||
if ctx.invoked_subcommand is None:
|
if ctx.invoked_subcommand is None:
|
||||||
await ctx.send_help(ctx.command)
|
return
|
||||||
|
|
||||||
@overseerr.command(name="seturl")
|
@overseerr.command(name="seturl")
|
||||||
async def overseerr_seturl(self, ctx: commands.Context, url: str):
|
async def overseerr_seturl(self, ctx: commands.Context, url: str):
|
||||||
|
|||||||
Reference in New Issue
Block a user