dfx icon indicating copy to clipboard operation
dfx copied to clipboard

A Discord library for effect-ts

Results 3 dfx issues
Sort by recently updated
recently updated
newest added

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...