From 703d5f682e9e1f3c3c63c67bfd257fd7c08ce8f7 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sat, 1 May 2021 10:14:33 -0400 Subject: [PATCH] Update src/helpers/messages/send_message.ts Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com> --- src/helpers/messages/send_message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/messages/send_message.ts b/src/helpers/messages/send_message.ts index 331c69560..8dae5ea3c 100644 --- a/src/helpers/messages/send_message.ts +++ b/src/helpers/messages/send_message.ts @@ -100,7 +100,7 @@ export async function sendMessage( let actionRowCounter = 0; for (const component of content.components) { - // 5 Link buttons can not have a custom_id + // 5 Link buttons can not have a customId if (isButton(component)) { if ( component.type === ButtonStyles.Link &&