From a9b44b02c4a79ff1fd1ea1e4d052a8581987a5a6 Mon Sep 17 00:00:00 2001 From: Nooby <109582490+Noobyguy775@users.noreply.github.com> Date: Sat, 23 Nov 2024 01:03:21 -0800 Subject: [PATCH] Update $buttonID link links to the general button page --- guide/Trigger/button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/Trigger/button.md b/guide/Trigger/button.md index 63bcd6b..716c81c 100644 --- a/guide/Trigger/button.md +++ b/guide/Trigger/button.md @@ -40,7 +40,7 @@ In regex ^ and $ are used to match the start and end of the string. ### Related Functions * [$button](../Text/Components/button.md) - sends a button -* [$buttonID](../Text/Components/button.md) - returns the button id +* [$buttonID](../Text/Components/buttonID.md) - returns the button id * [$buttonEmoji](../Text/Components/buttonEmoji.md) - returns the button emoji * [$buttonLabel](../Text/Components/buttonLabel.md) - returns the button label * [$buttonURL](../Text/Components/buttonURL.md) - returns the button url