|
|
@@ -19,12 +19,12 @@ class Admin(commands.Cog):
|
|
|
self.bot = bot
|
|
|
|
|
|
@commands.command(
|
|
|
- description="Modify channel settings",
|
|
|
+ description="Modify channel settings via a browser",
|
|
|
brief="Set channel specific settings via the webgui",
|
|
|
help="Sends a single-use time based token to the webportal"
|
|
|
)
|
|
|
@commands.has_guild_permissions(administrator=True)
|
|
|
- async def chanset(self, ctx: commands.Context):
|
|
|
+ async def webset(self, ctx: commands.Context):
|
|
|
|
|
|
# Halt on ignore list.
|
|
|
if await check_ignore(self.bot.pg, ctx.author):
|