summary refs log tree commit diff
path: root/src/util/dtos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix some issues with discord bot libsPuyodead12023-11-291-1/+1
|
* Fix some linting warningsPuyodead12023-08-061-1/+1
|
* * call toJSON of keys in gateway when using erlpackMadeline2023-07-291-2/+2
| | | | | | * dont send bitrate/etc as null when should be undefined * set user flags to number instead of string * send empty 'threads' in identify when not using new state v2
* Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-133-4/+66
|\
| * Fix DC client throwing on GUILD_CREATEMadeline2023-04-121-4/+11
| |
| * License informationMadeline2023-04-021-0/+18
| |
| * Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-024-8/+8
| |\
| * | Add Twitch, error handling, revokation changes, etcPuyodead12023-03-181-1/+1
| | |
| * | Refreshable connections, refactoring, access-token endpointPuyodead12023-03-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Aded /users/@me/connections/:connection_name/:connection_id/access-token - Replaced `access_token` property on ConnectedAccount with `token_data` object for refreshing tokens - Made a common interface for connection things like ComonOAuthTokenResponse - Added `RefreshableConnection` class - Added token refresh to Spotify connection (disabled)
| * | implement PATCH connectionPuyodead12023-03-181-2/+4
| | |
| * | adding connection now worksPuyodead12023-03-181-9/+9
| | |
| * | add connectionsPuyodead12023-03-182-0/+42
| | |
* | | prettier whoopsMadeline2023-04-051-9/+9
| | |
* | | Missing ready guild propertiesMadeline2023-04-041-0/+21
| | |
* | | Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-014-8/+8
|\ \ \ | | |/ | |/|
| * | SPACEBARMadeline2023-03-314-4/+4
| | |
| * | SPACEBARMadeline2023-03-314-4/+4
| |/
* / Initial identify rewriteMadeline2023-03-131-2/+54
|/
* Add ESLint (#941)Madeline2023-01-202-13/+11
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-184-0/+72
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* Client: update to canary 165341Puyodead12022-12-202-0/+154
|
* PrettierMadeline2022-09-261-5/+16
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-253-0/+60