mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +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;
|
||||
title: string;
|
||||
color: number;
|
||||
footer?: {
|
||||
text: string;
|
||||
icon_url?: string;
|
||||
proxy_icon_url?: string;
|
||||
};
|
||||
author?: {
|
||||
name: string;
|
||||
icon_url: string;
|
||||
|
|
Loading…
Add table
Reference in a new issue