feat: add cta buttons
Node.js CI / Lint and Test (push) Successful in 54s

This commit is contained in:
2025-09-27 19:28:46 -07:00
parent ef5cb9c3da
commit d7b8fa9726
+28
View File
@@ -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,
},