We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb86aed commit 8d6513dCopy full SHA for 8d6513d
cogs/threadmenu.py
@@ -97,7 +97,8 @@ async def threadmenu_toggle(self, ctx):
97
):
98
await ctx.send(
99
"**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."
+ "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>"
102
)
103
104
@checks.has_permissions(PermissionLevel.ADMINISTRATOR)
0 commit comments