11 lines
300 B
YAML
11 lines
300 B
YAML
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}" |