From d7b8fa97264e54cb6db205d181ae3d5f659e496d Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sat, 27 Sep 2025 19:28:46 -0700 Subject: [PATCH] feat: add cta buttons --- src/modules/handleModalSubmit.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/modules/handleModalSubmit.ts b/src/modules/handleModalSubmit.ts index 86a99a3..d7f3c7b 100644 --- a/src/modules/handleModalSubmit.ts +++ b/src/modules/handleModalSubmit.ts @@ -84,6 +84,20 @@ export const handleModalSubmit = async( style: 4, type: 2, }, + { + disabled: false, + label: "Donate to Naomi?", + style: 5, + type: 2, + url: "https://donate.nhcarrigan.com", + }, + { + disabled: false, + label: "NHCarrigan Discord", + style: 5, + type: 2, + url: "https://chat.nhcarrigan.com", + }, ], type: 1, }, @@ -173,6 +187,20 @@ export const handleModalSubmit = async( style: 3, type: 2, }, + { + disabled: false, + label: "Donate to Naomi?", + style: 5, + type: 2, + url: "https://google.com", + }, + { + disabled: false, + label: "NHCarrigan Discord", + style: 5, + type: 2, + url: "https://google.com", + }, ], type: 1, },