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
|
||||
Reference in New Issue
Block a user