mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
feat: add pick, remove, and update the general /roleypoly command
This commit is contained in:
parent
a4207d5713
commit
1f55d0370a
10 changed files with 251 additions and 34 deletions
|
@ -28,7 +28,11 @@ export type InteractionData = {
|
|||
id: string;
|
||||
name: string;
|
||||
resolved?: {};
|
||||
options?: {}[];
|
||||
options?: {
|
||||
name: string;
|
||||
type: number;
|
||||
value?: string;
|
||||
}[];
|
||||
custom_id: string;
|
||||
component_type: string;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue