Hiding the force prefix command

pull/9/head
sgoudham 4 years ago
parent 6df436a78d
commit 1b16fa3489

@ -648,7 +648,7 @@ class Help(Cog):
except Exception as ex: except Exception as ex:
await ctx.send(f"**{ex}**") await ctx.send(f"**{ex}**")
@command(name="forceprefix") @command(name="forceprefix", hidden=True)
@guild_only() @guild_only()
@is_owner() @is_owner()
async def override_prefix(self, ctx, new: Optional[str] = None): async def override_prefix(self, ctx, new: Optional[str] = None):

Loading…
Cancel
Save