Skip to content

Commit acabe26

Browse files
committed
new submission message
1 parent 4c0fbd8 commit acabe26

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/api/project-requests/route.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export async function POST(request: Request) {
2020
const discordMessage = {
2121
embeds: [{
2222
title: '🆕 New Project Request',
23-
color: 0x6366f1,
23+
color: 0x8D15CD,
2424
fields: [
2525
{
2626
name: '📝 Project Title',
@@ -40,6 +40,10 @@ export async function POST(request: Request) {
4040
},
4141
],
4242
timestamp: new Date().toISOString(),
43+
footer: {
44+
text: "Codegems",
45+
icon_url: "https://www.codegems.xyz/icon.png" // Replace with your actual icon URL
46+
}
4347
}],
4448
};
4549

0 commit comments

Comments
 (0)