diff --git a/.gitignore b/.gitignore index c85d94a0..053cffdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules dist .DS_Store -.turbo \ No newline at end of file +.turbo +apps/docs \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index ad824971..34d0ab31 100644 --- a/.prettierignore +++ b/.prettierignore @@ -8,6 +8,7 @@ node_modules **/devtools/ui dist build +.next .commandkit .DS_Store diff --git a/apps/test-bot/src/app/commands/(interactions)/prompt.tsx b/apps/test-bot/src/app/commands/(interactions)/prompt.tsx index 7b0facd5..f9ef311e 100644 --- a/apps/test-bot/src/app/commands/(interactions)/prompt.tsx +++ b/apps/test-bot/src/app/commands/(interactions)/prompt.tsx @@ -9,6 +9,7 @@ import { ChatInputCommandContext, StringSelectMenu, StringSelectMenuOption, + FileUpload, } from 'commandkit'; import { ComponentType, MessageFlags } from 'discord.js'; @@ -42,6 +43,9 @@ export async function chatInput(ctx: ChatInputCommandContext) { placeholder="Lorem ipsum dolor sit amet..." /> +