mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
Use usage attr to remove appended underscore for from_ parameter in [p]reorderpath (#5946)
This commit is contained in:
@@ -412,7 +412,7 @@ class CogManagerUI(commands.Cog):
|
||||
for page in pagify("\n\n".join(parts), ["\n", " "]):
|
||||
await ctx.send(page)
|
||||
|
||||
@commands.command()
|
||||
@commands.command(usage="<from> <to>")
|
||||
@checks.is_owner()
|
||||
async def reorderpath(self, ctx: commands.Context, from_: positive_int, to: positive_int):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user