From d16c8f7e64008b7b54abb507e2edc7529f662f28 Mon Sep 17 00:00:00 2001 From: Duro <47304910+DuroCodes@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:40:21 -0400 Subject: [PATCH] fix: fix modules link --- src/content/docs/v4/reference/modules.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/v4/reference/modules.mdx b/src/content/docs/v4/reference/modules.mdx index 7ef2d98f9..e62e744fd 100644 --- a/src/content/docs/v4/reference/modules.mdx +++ b/src/content/docs/v4/reference/modules.mdx @@ -57,7 +57,7 @@ export default commandModule({ ``` :::tip -You'll need to publish these modules. Don't worry, we've already got that covered [here](/v4/tools/localizer). +You'll need to publish these modules. Don't worry, we've already got that covered [here](/v4/tools/publisher). You may not see your command instantly in Discord, if so, try refreshing. :::