Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
[tags] fix typo in migratecustomcom (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
sravan1946 authored Oct 15, 2023
1 parent bbe5c46 commit 4257524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags/mixins/owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."):
Expand Down

0 comments on commit 4257524

Please sign in to comment.