Vlad Frangu
9f386cb874
docs: fix typo ( #468 )
2022-06-03 12:30:37 +03:00
Vlad Frangu
019b9de1e8
docs: fix line highlighting for contributing guide ( #467 )
2022-06-03 11:54:19 +03:00
github-actions[bot]
6340f64fbc
chore(release): 0.33.2 🎉 ( #465 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
0.33.2
2022-06-02 02:41:01 +03:00
Vlad Frangu
895083b8ab
chore(Changelog): show who created the pull request that was merged ( #329 )
...
* feat: say who submitted the PR that was merged
* fix: actually make the changelog generation work
* chore: cleanup
* chore: safety
* fix: fetch PRs in a better way, and replace usernames with diff casings correctly
* fix: only fetch PRs if GITHUB_TOKEN is in the env
* fix: add github token to branch creation
* fix: actually patch the module on install
* chore: cleanup some more of the PR
* chore: make the script more agnostic
* chore: cleanup package-lock
* chore: use split instead for more readable code
2022-06-02 02:33:55 +03:00
Vlad Frangu
93eb3d3af6
chore(docs): write contributing guide ( #464 )
2022-06-02 02:14:48 +03:00
Vlad Frangu
7da033bc5b
chore(docs): cleanup patches, update typedoc ( #462 )
2022-05-31 16:35:50 +03:00
Suneet Tipirneni
6a813be833
fix(RestPostAPIBaseApplicationJSONBody): make default_member_permissions optional ( #460 )
2022-05-31 02:25:01 +03:00
Vlad Frangu
b3736d8012
chore(docs): minify api-typedoc generated json ( #461 )
2022-05-31 02:16:29 +03:00
Suneet Tipirneni
15fcd1b2a8
fix(GatewayGuildCreateDispatch): add extra fields that were missing ( #458 )
2022-05-30 09:33:15 +03:00
Suneet Tipirneni
51e664d8e8
fix(docs-site): website link colors ( #457 )
2022-05-30 02:18:39 +03:00
Suneet Tipirneni
db99388267
chore: make navbar consistent with djs site ( #452 )
...
Co-authored-by: advaith <advaithj1@gmail.com >
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
0.33.1
2022-05-27 13:46:45 +03:00
Almeida
85802f1703
fix(APIApplicationCommand): dm_permission is not nullable and default_member_permissions is required ( #454 )
2022-05-27 12:36:34 +02:00
github-actions[bot]
4083a32340
chore(release): 0.33.1 🎉 ( #451 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-26 14:26:26 +02:00
Vlad Frangu
5108d3dcca
chore: some requested/suggested changes ( #450 )
2022-05-26 05:21:57 +02:00
Superchupu
6da0503a9f
chore: use correct npm capitalization ( #449 )
2022-05-25 22:11:58 +03:00
Vitor
8a5fb2cdf2
docs: clarify that permissions can apply on application-level ( #448 )
2022-05-25 20:21:45 +03:00
Almeida
5ef49f41ce
feat(RESTJSONErrorCodes): add error 50600 ( #444 )
2022-05-25 20:08:30 +03:00
Vlad Frangu
6d85ad6b1d
fix(RESTPostAPIApplicationGuildCommands): correct types due to unions ( #447 )
2022-05-25 12:43:09 +03:00
Vlad Frangu
ca1110a1ae
chore: website fixes ( #446 )
2022-05-25 09:58:30 +02:00
Suneet Tipirneni
748db34e30
feat(RESTPostAPIGuildChannels): update post body fields ( #419 )
...
* chore(guildChannel): update post body fields
* chore: add missing field
2022-05-25 09:22:51 +03:00
Superchupu
dc1c887821
chore: fix docs typo ( #445 )
2022-05-25 02:13:59 +03:00
dependabot[bot]
a088bb4f77
chore(deps): bump ejs from 3.1.6 to 3.1.8 in /website ( #443 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vlad <kingdgrizzle@gmail.com >
2022-05-25 00:30:42 +03:00
dependabot[bot]
f1cc0ab163
chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 in /website ( #442 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 00:29:11 +03:00
Vlad Frangu
c8ba0c9319
chore: docs site ( #405 )
2022-05-25 00:23:55 +03:00
github-actions[bot]
927c738162
chore(release): 0.33.0 🎉 ( #439 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.33.0
2022-05-16 14:29:43 +02:00
Splatterxl
1afce87fbe
feat(rest): add missing guild routes results ( #438 )
2022-05-14 01:36:46 +03:00
Vitor Lopes
a0ff4f3905
refactor: add support for API v10 ( #437 )
2022-05-13 16:57:03 +03:00
Vitor Lopes
17f5caa671
refactor: separate GUILD_CREATE fields from APIGuild object ( #423 )
...
BREAKING CHANGE: APIGuild now correctly shows just the properties that are obtainable through rest/GUILD_UPDATE, while the extra fields have been moved to GatewayGuildCreateDispatchData to correctly represent the data received
2022-05-13 16:27:00 +03:00
Suneet Tipirneni
d3163ca22e
feat: add support for application command permissions v2 ( #415 )
2022-05-13 02:38:59 +03:00
Vitor Lopes
1737adea1f
refactor(GuildFeature): thread archive durations are no longer boost locked ( #412 )
...
BREAKING CHANGE: `SevenDayThreadArchive` and `ThreeDayThreadArchive` have been removed as they are no longer valid
2022-05-13 00:43:04 +03:00
Vitor Lopes
8f16f452ac
feat(OAuth2Scopes): add new OAuth2 scopes ( #435 )
...
* feat(OAuth2Scopes): add new OAuth2 scopes
* docs: scopes require Discord approval
2022-05-11 01:04:45 +03:00
github-actions[bot]
c9c733d1c2
chore(release): 0.32.1 🎉 ( #422 )
...
Build ran for d331e0dff3
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.32.1
2022-05-05 14:29:00 +02:00
advaith
d331e0dff3
chore(ActivityPlatform): update platform enum and mark it as unstable ( #404 )
...
* chore(ActivityPlatform): update platform enum
* chore: descs and @unstable
2022-04-30 00:20:00 +03:00
Vitor Lopes
a28c824f82
feat(RESTPostAPIGuildForumThreads): add message field ( #416 )
...
* refactor(GuildFeature): remove seven & three day thread archive
* refactor(RESTPostAPIGuildForumThreadsJSONBody): add `message` field
* chore: branch issues fix
* fix: unnecessary type & correct `message` type
* fix: use json body instead of form data
* feat: update also form data
* fix: revert order & `message` type
2022-04-29 23:37:22 +03:00
Vitor Lopes
43cfbcba28
feat(RESTJSONErrorCodes): add error 50080 ( #408 )
2022-04-29 23:30:09 +03:00
github-actions[bot]
b0a4f12391
chore(release): 0.32.0 🎉 ( #410 )
...
Build ran for 3fe53ced9f
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.32.0
2022-04-25 16:20:00 +02:00
Khafra
3fe53ced9f
fix: add position property to create channel options ( #409 )
2022-04-24 17:10:25 +03:00
Vitor Lopes
1212eb933e
refactor(APIGuildIntegration): make enabled optional ( #406 )
...
BREAKING CHANGE: `enabled` is now properly marked as optional
2022-04-20 18:50:08 +03:00
github-actions[bot]
1cd9b53ea8
chore(release): 0.31.2 🎉 ( #403 )
...
Build ran for 4cbb5fa894
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.31.2
2022-04-18 15:47:08 +02:00
Vitor Lopes
4cbb5fa894
docs: fix links from DDevs portal ( #402 )
2022-04-17 15:54:28 +03:00
Suneet Tipirneni
6a192b132c
feat(RESTPostAPIGuildChannelJSONBody): add default_auto_archive prop ( #400 )
2022-04-15 22:26:06 +03:00
github-actions[bot]
e4280853ae
chore(release): 0.31.1 🎉 ( #401 )
...
Build ran for bf08484988
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.31.1
2022-04-11 19:01:33 +02:00
Suneet Tipirneni
bf08484988
feat(APIGuildForum): add support for forums, part 1 ( #398 )
...
Co-authored-by: Vitor <milagre.vitor@gmail.com >
2022-04-10 20:48:13 +03:00
advaith
69079ee132
feat: student hubs ( #215 )
...
With extra documentation because sometimes Discord doesn't wanna document crucial things -.-
2022-04-07 14:58:01 +03:00
Vlad Frangu
bc6e97f309
feat(APIApplicationCommandInteractionData): add guild_id ( #396 )
2022-04-04 20:55:03 +03:00
Vitor
279bf67aa8
docs(FormattingPatterns): mark UserWithNickname and UserWithOptionalNickname as deprecated ( #392 )
2022-04-04 18:21:39 +03:00
github-actions[bot]
d703a6645a
chore(release): 0.31.0 🎉 ( #395 )
...
Build ran for b1bf7bf0f9
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0.31.0
2022-04-04 15:57:38 +02:00
Almeida
b1bf7bf0f9
feat: add RESTGetAPIGuildBansQuery ( #391 )
2022-04-01 00:05:23 +03:00
Vitor
fffd9f9088
docs(APIApplicationCommand): use the new regex ( #390 )
2022-03-31 20:34:12 +03:00
Vlad Frangu
6900b74865
ci: correctly delete the head branch ( #388 )
2022-03-31 16:17:34 +03:00