Donovan Daniels

Results 41 issues of Donovan Daniels

recreation of #1336

enhancement
Discord

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.

enhancement
Discord

This is functionally the same, but with much less duplicated code.

farming
typings

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

enhancement
typings

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

enhancement
farming

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

enhancement