Commit Graph

4263 Commits

Author SHA1 Message Date
Skillz4Killz
167bc73d75 fix: removes store channels 2022-03-31 13:50:19 +00:00
Skillz4Killz
bcaa43ab7d fix: lastShardId on startBot 2022-03-31 01:28:03 +00:00
Skillz4Killz
aaa2312ea2 fix: better comments in spawnShards 2022-03-31 01:27:45 +00:00
Skillz4Killz
cf61ed4d34 fix: use last shard id not maxShards 2022-03-31 01:27:23 +00:00
Skillz4Killz
44aa645b67 fix: bug report template code 2022-03-30 23:04:52 +00:00
Skillz4Killz
7ed30c61fc fix: fmt 2022-03-30 23:00:22 +00:00
Skillz4Killz
2921b0ead0 fix: update docs on spawnShardDelay 2022-03-30 22:59:51 +00:00
Skillz4Killz
381fbb485c fix: spawn shard delay to 5k 2022-03-30 22:59:39 +00:00
Skillz4Killz
b5def1b95f fix: update wasm dep 2022-03-30 22:59:29 +00:00
Skillz4Killz
5a7a8c2c90 fix: use workers in big bot template with resharding 2022-03-30 17:38:21 +00:00
Skillz4Killz
4c9522b83f fix: create emoji typings descriptin 2022-03-27 18:42:31 +00:00
Skillz4Killz
1aa1f02ac9 release: bug fix rc33 13.0.0-rc33 2022-03-27 18:33:02 +00:00
Skillz4Killz
482a098bed fix: resharder reset maps/sets 2022-03-27 18:32:19 +00:00
Skillz4Killz
febd8de0a6 release: rc32 13.0.0-rc32 2022-03-27 11:25:39 -04:00
ITOH
34a358f8bf feat(helpers,types)!: slash command localization (#2129)
* feat(helpers,types): slash command localization
Discord has documented the slash command localization feature now.
This adds the full functionality for those to Discordeno.

Additionally a `Locales` has also been added to allow for better typing.

Reference: https://github.com/discord/discord-api-docs/pull/4653

* suggestion

* better locales type

* f

* fix serializing

* stupid direct pushes

* b
2022-03-27 11:02:27 -04:00
ITOH
23ebfac286 feat(types): add premiumSubscriber to RoleToggles (#2141)
In the role tags discord sends a `premium_subscriber` field. It seems that this has been forgotten to add.

Reference: https://discord.com/developers/docs/topics/permissions#role-object-role-tags-structure
2022-03-27 11:01:20 -04:00
ITOH
468a85ffa5 feat(types): add image_hash audit log change key (#2142)
This adds the `image_hash` audit log change key which is being used when a guild scheduled event cover image gets updated.

Reference: https://github.com/discord/discord-api-docs/pull/4707
2022-03-27 11:00:50 -04:00
Skillz4Killz
00c4227560 fix: big bot rest 2022-03-26 00:18:54 +00:00
Skillz4Killz
54708c97ba fix: i hate deno fmt 2022-03-26 00:14:07 +00:00
Skillz4Killz
253781943e release: rc31 13.0.0-rc31 2022-03-26 00:13:27 +00:00
Skillz4Killz
b06f6d2512 fix: remove get query loop loop de loop loop 2022-03-26 00:11:47 +00:00
Skillz4Killz
80d2e94840 fix: use patch not get 2022-03-25 22:02:30 +00:00
Skillz4Killz
69bcccc5fd fix: remove debug logs 2022-03-25 21:42:31 +00:00
Skillz4Killz
8bac0ebf2d fix: function call 2022-03-25 21:39:43 +00:00
Skillz4Killz
d2d0dd37ae fix: fmt 2022-03-25 19:31:16 +00:00
Skillz4Killz
eb6afaef5f release: rc30 13.0.0-rc30 2022-03-25 19:29:59 +00:00
Skillz4Killz
27bc0cd2df fix: use rc30 2022-03-25 19:29:46 +00:00
Skillz4Killz
67ae26daf4 fix: reverse transformers missing 2022-03-25 19:29:20 +00:00
Skillz4Killz
fbbac43053 fix: constant urls endpoints need to be functions 2022-03-25 19:23:44 +00:00
Skillz4Killz
18bf53ac6b fix: use latest kwik 2022-03-25 18:37:46 +00:00
Skillz4Killz
6d018a38ab fix: use private function 2022-03-25 18:33:16 +00:00
Skillz4Killz
0ea64491a3 fix: dumb deno fmt 2022-03-25 18:30:30 +00:00
Skillz4Killz
6e7f9fb5f5 release: rc29 13.0.0-rc29 2022-03-25 18:30:15 +00:00
Skillz4Killz
5eea56a9de fix: use rc29 for templates 2022-03-25 18:29:54 +00:00
Skillz4Killz
7bf65ab1c1 fix: transform embed to discord form 2022-03-25 18:28:25 +00:00
Skillz4Killz
707c7c05cb release: rc28 13.0.0-rc28 2022-03-25 14:21:07 +00:00
Skillz4Killz
5456d8bc2d fix: deno fmt omg i hate u do it ur darn self 2022-03-25 14:17:03 +00:00
Skillz4Killz
809c2293a1 fix: minimal template errors 2022-03-25 14:16:47 +00:00
Skillz4Killz
0ec7fac393 fix: fmt 2022-03-25 14:13:45 +00:00
Skillz4Killz
9d9a142bca fix: missing transformer sorry tri 2022-03-25 13:00:16 +00:00
Skillz4Killz
27e863def0 fix: big bot template 2022-03-25 12:44:21 +00:00
Skillz4Killz
3bec0cea4d fix: use embed reverse transformer 2022-03-25 12:32:59 +00:00
Skillz4Killz
176d3c0ba7 fix: beginner template 2022-03-25 10:58:39 +00:00
Skillz4Killz
9a539ba17f Merge branch 'main' of https://github.com/discordeno/discordeno into main 2022-03-25 10:38:17 +00:00
Skillz4Killz
92c281529d fix: sendWebhook components 2022-03-25 10:38:12 +00:00
ITOH
2c2ccb252c feat(helpers,types)!: add guild template transformer (#2132)
* feat(helpers,types)!: add guild template transformer
This adds a template transformer. Also this fixes incorrect type definitions regarding templates.

Breaking Change: The previously called `Template` interface which was used for creating templates has been renamed to `CreateTemplate`

* fmt

* forgot to add this

* use data
2022-03-25 06:15:17 -04:00
ITOH
4bdd8330d0 feat(plugins): validate interaction response title (#2130)
Modal titles must have a length between 1 and 45 characters.
This adds a check to the permissions plugin.

Reference: https://github.com/discord/discord-api-docs/pull/4649
2022-03-24 19:04:23 -04:00
dependabot[bot]
a575324c9d build(deps): bump node-forge from 1.2.1 to 1.3.0 in /site (#2134)
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-24 17:28:48 +00:00
dependabot[bot]
292f710599 build(deps): bump minimist from 1.2.5 to 1.2.6 in /site (#2135)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-24 17:28:32 +00:00
ITOH
4b469c7290 ci: fix tests for changes made to the gateway/ directory (#2127) 2022-03-24 10:02:28 -04:00