From c0db4c8f9376193f6086cdf4df4be40b0c1919fa Mon Sep 17 00:00:00 2001 From: Boo <99917823+Boopup@users.noreply.github.com> Date: Sun, 28 Dec 2025 23:44:22 -0600 Subject: [PATCH] Update plugin URL to be the new Modmail Docs website Signed-off-by: Boo <99917823+Boopup@users.noreply.github.com> --- cogs/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/plugins.py b/cogs/plugins.py index aa4ad5a65c..02c301e5f7 100644 --- a/cogs/plugins.py +++ b/cogs/plugins.py @@ -113,7 +113,7 @@ class Plugins(commands.Cog): These addons could have a range of features from moderation to simply making your life as a moderator easier! Learn how to create a plugin yourself here: - https://github.com/modmail-dev/modmail/wiki/Plugins + https://docs.modmail.dev/usage-guide/plugins """ def __init__(self, bot):