mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
feat: add merge/close PR buttons to Discord PR notifications
This commit is contained in:
parent
d40f34cc4d
commit
44b8fead78
9 changed files with 223 additions and 3 deletions
|
|
@ -88,4 +88,13 @@ export interface FormattedMessage {
|
|||
footer?: { text: string };
|
||||
timestamp?: string;
|
||||
}>;
|
||||
components?: Array<{
|
||||
type: number;
|
||||
components: Array<{
|
||||
type: number;
|
||||
style?: number;
|
||||
label?: string;
|
||||
custom_id?: string;
|
||||
}>;
|
||||
}>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue