feat: add pick, remove, and update the general /roleypoly command

This commit is contained in:
41666 2021-08-01 20:18:07 -04:00
parent a4207d5713
commit 1f55d0370a
10 changed files with 251 additions and 34 deletions

View file

@ -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;
};