From 7cbe568c1512add8b2eef04c282079aeb2155f0d Mon Sep 17 00:00:00 2001 From: naem <175557420+naem-less@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:27:16 +0200 Subject: [PATCH 1/4] s --- guide/Interaction/interactionId.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/Interaction/interactionId.md b/guide/Interaction/interactionId.md index 8768750..73fe48d 100644 --- a/guide/Interaction/interactionId.md +++ b/guide/Interaction/interactionId.md @@ -3,7 +3,7 @@ gets the id of the interaction (button ,menu) #### Usage: `$interactionId` -::: warning Just like $interactionReply, this functions only works for interaction +::: warning Just like $interactionReply, this function only works for interaction Except slash commands, since they don't have id. ::: @@ -16,4 +16,4 @@ Except slash commands, since they don't have id. ##### Function difficulty: -###### Tags: \ No newline at end of file +###### Tags: From 969b5fc57550ee0f69a6ab38b9347cc5e17bbb19 Mon Sep 17 00:00:00 2001 From: naem <175557420+naem-less@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:36:33 +0200 Subject: [PATCH 2/4] fixed a typo in code hopefully this fixes the code not working properly. it should since everything else is correct --- guide/Interaction/interactionEdit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/Interaction/interactionEdit.md b/guide/Interaction/interactionEdit.md index bef3db1..66b0697 100644 --- a/guide/Interaction/interactionEdit.md +++ b/guide/Interaction/interactionEdit.md @@ -3,7 +3,7 @@ edits a previously sent interaction with `$interactionReply` #### Usage: `$interactionEdit[New Message;message id (optional, default is previously sent message)]` -
+
::: warning Just like $interactionreply, this function only works for interactions. Don't use it in exec or other triggertypes. ::: From b5555c3543ed8d61b419885f7bd8fb661d5dc543 Mon Sep 17 00:00:00 2001 From: naem <175557420+naem-less@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:37:38 +0200 Subject: [PATCH 3/4] Update interactionId.md --- guide/Interaction/interactionId.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/Interaction/interactionId.md b/guide/Interaction/interactionId.md index 73fe48d..af7bda2 100644 --- a/guide/Interaction/interactionId.md +++ b/guide/Interaction/interactionId.md @@ -3,7 +3,7 @@ gets the id of the interaction (button ,menu) #### Usage: `$interactionId` -::: warning Just like $interactionReply, this function only works for interaction +::: warning Just like $interactionReply, this function only works for interactions Except slash commands, since they don't have id. ::: From 7a65a1d1bb02783f45886e4e6a67059e8b5ee764 Mon Sep 17 00:00:00 2001 From: naem <175557420+naem-less@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:39:00 +0200 Subject: [PATCH 4/4] more cleanup --- guide/Interaction/interactionEdit.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/Interaction/interactionEdit.md b/guide/Interaction/interactionEdit.md index 66b0697..44d392c 100644 --- a/guide/Interaction/interactionEdit.md +++ b/guide/Interaction/interactionEdit.md @@ -3,11 +3,10 @@ edits a previously sent interaction with `$interactionReply` #### Usage: `$interactionEdit[New Message;message id (optional, default is previously sent message)]` -
::: warning Just like $interactionreply, this function only works for interactions. Don't use it in exec or other triggertypes. ::: -
+ ::: details Example ``` $interactionreply[Hello world!;yes]