Willow (GHOST)

Results 161 comments of Willow (GHOST)

Suggestion: `app`

We currently support [slash commands](https://jellycommands.dev/guide/commands/files.html#slash-commands), [user/message context menus](https://jellycommands.dev/guide/commands/files.html#message-commands), and [buttons](https://jellycommands.dev/guide/buttons/files.html). I also plan on adding modals shortly

Oh I completely missed those, not currently - can add them!

another idea ```ts context?: { /** @default true */ global?: boolean; /** @default false */ dm?: boolean; /** @default false */ user?: boolean; /** @default [] */ guilds?: string[] //...

worth considering the learning curve each approach adds

Good catch @ardentkilnfire - would love a pr!

If the talk is accepted I'll write a proper title/description 🙏

Sounds good @akash-joshi - updated the title & description

It's important to note that only stuff in the `/workspace` directory is saved, if you use prebuilds or your workspace stops then the dotnet install wouldn't be saved since it's...

Yea if you used a Dockerfile to install it then that would work just fine!