Skip to content

Commit 8d6513d

Browse files
committed
Threadmenu toggle notice link
Adds a link to the migration guide for the legacy plugin.
1 parent cb86aed commit 8d6513d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cogs/threadmenu.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ async def threadmenu_toggle(self, ctx):
9797
):
9898
await ctx.send(
9999
"**Warning:** You are using both the core threadmenu feature and the advancedmenu plugin.\n"
100-
"It is recommended to disable/uninstall the advancedmenu plugin to avoid interruption."
100+
"It is recommended to disable/uninstall the advancedmenu plugin to avoid interruption.\n"
101+
"Migration guide can be found at: <https://docs.modmail.dev/usage-guide/threadmenu#advanced-legacy-usage>"
101102
)
102103

103104
@checks.has_permissions(PermissionLevel.ADMINISTRATOR)

0 commit comments

Comments
 (0)