Initial Code

This commit is contained in:
2025-11-23 13:22:13 -05:00
parent b16d4adfd2
commit c3e52d6a03
96 changed files with 7088 additions and 135 deletions

View File

@@ -0,0 +1,6 @@
color: "Aqua"
description: "```\n{message}\n```"
timestamp: true
footer:
text: "{author_name}"
iconURL: "{author_avatar}"

View File

@@ -0,0 +1,11 @@
color: "Green"
author:
name: "{bot_name}"
iconUrl: "{bot_avatar}"
description: "{bot_stats}"
fields:
- { name: "Uptime", value: "{uptime}", inline: false }
- { name: "Invite", value: "[Link]({link})", inline: false }
timestamp: true
footer:
text: "Requested By {interaction_user_username}"

View File

@@ -0,0 +1,5 @@
color: "Blue"
title: "Need Help?"
description: "I can help you! Just click on a button below and I'll do my best."
thumbnail: "{avatar}"
timestamp: true

2
responses/error.yaml Normal file
View File

@@ -0,0 +1,2 @@
color: "Red"
description: "An error occured while executing this command."

17
responses/template.yaml Normal file
View File

@@ -0,0 +1,17 @@
color: "Blue"
title: "Template"
url: "Link"
author:
name: "Some Name"
iconUrl: "link"
url: "Link"
description: "Some description here"
thumbnail: "link"
fields:
- { name: "Inline field title", value: "Some value here", inline: false }
- { name: "Inline field title", value: "Some value here", inline: false }
image: "link"
timestamp: true
footer:
text: "Some Text"
iconURL: "link"

View File

@@ -0,0 +1,9 @@
color: "Aqua"
title: "`{user}'s` Commission Ticket"
thumbnail: "{thumbnail}"
fields:
- { name: "Description", value: "{description}", inline: false }
- { name: "Status", value: "{status}", inline: true }
- { name: "Price", value: "{price}", inline: true }
- { name: "Deadline", value: "{deadline}", inline: true }
timestamp: true

View File

@@ -0,0 +1,4 @@
color: "Aqua"
title: "Support Ticket"
description: "This is a support ticket."
timestamp: true

View File

@@ -0,0 +1,4 @@
color: "Blue"
title: "Upcoming Birthdays"
description: "{bdays}"
timestamp: true

View File

@@ -0,0 +1,2 @@
color: "Red"
description: ":x: You are not in a voice channel!"

View File

@@ -0,0 +1,8 @@
color: "Red"
title: "Reported User"
fields:
- { name: "From", value: "`{reporter}`", inline: false }
- { name: "Reported User", value: "{reported}", inline: false }
- { name: "Reason", value: "```\n{reason}\n```", inline: false }
timestamp: true