slshx
slshx copied to clipboard
⚔️ Strongly-typed Discord commands on Cloudflare Workers
If using wrangler 2 dev environment (built on top of miniflare) instead of miniflare like the starter template the landing page doesn't load due to this line https://github.com/mrbbot/slshx/blob/master/src/index.ts#L43 looking for...
Is there a way to use the same command mechanism but use message as trigger instead of slash command
Is there a way to use the same command mechanism but use message as trigger instead of slash command ? Been trying to solve this https://github.com/mrbbot/slshx/issues/11 on my own but...
Hey, I am both new to discord API and slshx but really happy with slshx dev experience so far. One thing I would like to do and could not figure...
## TL;DR : Messages are not set as ephemeral when deferring response using yield in function generators ## Info: I need to perform an async request thus I use function...
For example, anything that uses `useCustomId` like `useSelect` can't be used in a `useModal` context. Is this intentional (e.x. a constraint of the Discord API) or an oversight?
Sometimes, it's useful to skip key validation for some reason (for example, I'm validating keys and creating a cooldown system for commands) This PR adds an option to do just...
imgbot automatically done it, so why not? 🤷♂️
I followed the README guide up to the point where it asks me to set my interactions URL. After that, I get the following error: ``` POST / 500 Internal...
I don't have a domain to use Cloudflare Tunnel with so I'm using Serveo.net.  Then I started the server with `npm run dev`  But then when I clicked...