mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
add Embed footer to interactions types
This commit is contained in:
parent
5c5258ef5e
commit
8c61bfd4c7
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@ export type Embed = {
|
||||||
timestamp?: string;
|
timestamp?: string;
|
||||||
title: string;
|
title: string;
|
||||||
color: number;
|
color: number;
|
||||||
|
footer?: {
|
||||||
|
text: string;
|
||||||
|
icon_url?: string;
|
||||||
|
proxy_icon_url?: string;
|
||||||
|
};
|
||||||
author?: {
|
author?: {
|
||||||
name: string;
|
name: string;
|
||||||
icon_url: string;
|
icon_url: string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue