diff --git a/tags/mixins/owner.py b/tags/mixins/owner.py index c515d62..d542096 100644 --- a/tags/mixins/owner.py +++ b/tags/mixins/owner.py @@ -300,7 +300,7 @@ async def migratecustomcom(self, ctx: commands.Context): This action cannot be undone. **Example:** - `[p]migratealias` + `[p]migratecustomcom` """ msg = "Are you sure you want to migrate CustomCommands data to tags?" if not await ConfirmationView.confirm(ctx, msg, cancel_message="Migration cancelled."):