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 &&