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, },