slshx icon indicating copy to clipboard operation
slshx copied to clipboard

⚔️ Strongly-typed Discord commands on Cloudflare Workers

Results 11 slshx issues
Sort by recently updated
recently updated
newest added

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 ? 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. ![image](https://github.com/mrbbot/slshx/assets/61586104/55be72a2-94ca-4a0c-8238-1f419533c89e) Then I started the server with `npm run dev` ![image](https://github.com/mrbbot/slshx/assets/61586104/ee644838-9db8-4ad1-8d6b-35eaed1e8598) But then when I clicked...