Gareth Coles
Gareth Coles
Even then it's still kinda unpredictable, you're just allowed to turn the unpredictable feature on or off
While I do think that cooldowns are a very valuable thing in a framework like this, I'm not currently in a position where I know how to implement them -...
Having looked into this, defaulting converters will show the precise value you've provided as the default value there. I'm not sure special-casing Boolean converters for this is the way to...
So far, I haven't been able to come up with a smart solution for this.
I can confirm this fix.
@Galarzaa90 Please see #27 and #36 - cooldowns would be great to have, but I can't wrap my head around an implementation for it, which is why it hasn't been...
Convenience access to `appPermissions` and channel/guild NSFW checks have been pushed and will be available shortly. The push also includes an `or { }` block you can use in your...
> A way to differentiate members in the guild with users supplied outside the guild. I've given a shot at this, but I think it needs some testing. You'll have...
Is this a simple suggestion, or is there a use-case you have in mind?
Having looked at the code, I see no reason for this to happen - buttons registered with a callback via `useCallback` simply have their action set as they normally would...