dfx
dfx copied to clipboard
A Discord library for effect-ts
hi, just a quick question: why, after recent upgrade of effect, have you opted for using `GenericTag` instead of the class based pattern advertised on effect website (`class MyService extends...
Hello, are there any plans to support components v2?
Currently discord rest types such as `UpdateGuildRoleRequest` and `ApplicationCommandUpdateRequest` use `number` type for permissions while some others (like `ApplicationCommandResponse`) use `string`. AFAIK discord API itself uses strings for permissions and...