Initial Code
This commit is contained in:
6
responses/command/sendmessage.yaml
Normal file
6
responses/command/sendmessage.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
color: "Aqua"
|
||||
description: "```\n{message}\n```"
|
||||
timestamp: true
|
||||
footer:
|
||||
text: "{author_name}"
|
||||
iconURL: "{author_avatar}"
|
||||
11
responses/command/status.yaml
Normal file
11
responses/command/status.yaml
Normal 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}"
|
||||
5
responses/command/supportcenter.yaml
Normal file
5
responses/command/supportcenter.yaml
Normal 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
2
responses/error.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
color: "Red"
|
||||
description: "An error occured while executing this command."
|
||||
17
responses/template.yaml
Normal file
17
responses/template.yaml
Normal 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"
|
||||
9
responses/ticket/orderembed.yaml
Normal file
9
responses/ticket/orderembed.yaml
Normal 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
|
||||
4
responses/ticket/supportembed.yaml
Normal file
4
responses/ticket/supportembed.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
color: "Aqua"
|
||||
title: "Support Ticket"
|
||||
description: "This is a support ticket."
|
||||
timestamp: true
|
||||
4
responses/user/birthdays.yaml
Normal file
4
responses/user/birthdays.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
color: "Blue"
|
||||
title: "Upcoming Birthdays"
|
||||
description: "{bdays}"
|
||||
timestamp: true
|
||||
2
responses/user/novoice.yaml
Normal file
2
responses/user/novoice.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
color: "Red"
|
||||
description: ":x: You are not in a voice channel!"
|
||||
8
responses/user/report_user.yaml
Normal file
8
responses/user/report_user.yaml
Normal 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
|
||||
Reference in New Issue
Block a user