Donovan Daniels
Donovan Daniels
discord/discord-api-docs#5219 This adds support for `delete_message_seconds`, and removes the range check, as we've moved away from checking things like that for end users.
This is functionally the same, but with much less duplicated code.
Currently interactions can be hard to use due to the way the types have been made. This pull request completely rewrites most things surrounding interactions. To Use In Projects npm...
This is nowhere near done, I'm planning on combing through most classes & interfaces and fixing up things as I go - I'm just creating the pr now to open...
`Channel` & `Shard` are the only two classes that assign the Client as `client` instead of `_client`. If not changed to be underscored, they should at least be changed to...
Due to the way the `getREST` functions work, they cannot support a lot of the normal functions. I think they should be split into multiple classes, at least, as far...