Fleny
078036f626
fix: add breaks to component transformer switch ( #4009 )
2024-11-22 21:31:02 +05:30
Awesome Stickz
19b3d0978e
refactor(bot): export base objects with getters from transformers ( #4007 )
2024-11-22 16:06:22 +01:00
dependabot[bot]
c5a9a6483e
build(deps-dev): bump @types/node from 22.9.0 to 22.9.1 ( #4001 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.9.0 to 22.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 07:41:27 -06:00
dependabot[bot]
a3ab41d390
build(deps-dev): bump @swc/cli from 0.5.0 to 0.5.1 ( #3996 )
...
Bumps [@swc/cli](https://github.com/swc-project/pkgs ) from 0.5.0 to 0.5.1.
- [Commits](https://github.com/swc-project/pkgs/commits )
---
updated-dependencies:
- dependency-name: "@swc/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 16:44:11 -06:00
Fleny
4939822434
docs: Update desired properties docs ( #3940 )
...
* Update docs for desired properties
* Update examples to use createBot desiredProperties
The BigBot and reaction roles examples use the Discordeno CLI
* Migrate examples to v19 stable
* Docs work
2024-11-19 16:40:01 -06:00
Fleny
1e8873b3cb
ci: Release v19 ( #3988 )
...
* Bump to 19.0.0, Add conditions for CI release
* Use next tag instead
2024-11-17 11:25:37 -06:00
dependabot[bot]
a6b9bad6ea
build(deps-dev): bump @types/node from 22.7.4 to 22.9.0 ( #3983 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.7.4 to 22.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17 08:41:55 -06:00
dependabot[bot]
3b69f22ed1
build(deps-dev): bump @swc/core from 1.7.28 to 1.9.2 ( #3982 )
...
Bumps [@swc/core](https://github.com/swc-project/swc ) from 1.7.28 to 1.9.2.
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/compare/v1.7.28...v1.9.2 )
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17 08:39:45 -06:00
Fleny
f40da4c1cf
feat(bot)!: Add type helpers for type-level based desired props ( #3954 )
...
* Add type helpers for typeLevel based desired props
This also fixes / added a few stuff that was missing in exiting
types & transformers, however due to this a few transformers got a
breaking change due to the need to pass down the shardId
* Fix benchmark type error
* Add the generics to createBot / Bot / ..
This caused a lot of breaking changed due to the required generics on a
bunch of types
* Fix benchmark type error?
* Fix benchmarks type error
* Fix E2E test type error
* remove defaultDesiredPropertiesValue
* Remove `internal` jsdoc from CompleteDesiredProprieties
* Add tests for createDesiredPropertiesObject
* Fix interaction.bot type
* Remove Capitalize type helper
It is already built-in into typescript as an intrinsic
* Fix typo
* Update message on missing desired properties
* Fix CI
* Move infer types to 'transformers.$inferredTypes'
* Fix CI
* Fix CI, again
* Use GatewayHandlers in params of create function
* change default behavior to remove key
* Fix CI
* fix types for e2e test
2024-11-17 08:37:41 -06:00
Fleny
5f1ee0f42c
Fix incorrect type in interaction.respond ( #3979 )
...
This also changes the way we type our base structures, as using as was
suppressing errors such as the one fixed in this pr
2024-11-10 19:53:34 +05:30
8au
1e6de1d5e8
fix(bot): role.color being undefined when value is 0 ( #3976 )
...
* fix: the 'color' type on role is set to 'undefined' when its value is '0'
* fix: ensure role color is correctly assigned when value is 0
* fix: revert color type change
2024-11-10 00:47:54 +01:00
Fleny and Awesome Stickz
cfdf77027a
refactor(types,utils,rest,bot)!: Cleanup types & files ( #3951 )
...
* Cleanup some un-used & sort types, split files
* Remove commented code from reverse/component.ts
* Fix type error on the bot E2E test
* Add comment, remove DiscordInteractionResponse
* Remove camel.ts
* Error on unusedImport, refactor type imports
* Run biome check
* fix: typo
* Update comments for skuId and defaultValues
---------
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2024-11-09 17:27:55 +01:00
dependabot[bot]
dbf4fda455
build(deps): bump typescript from 5.5.4 to 5.6.3 ( #3968 )
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.5.4 to 5.6.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-09 09:00:33 -06:00
dependabot[bot]
afb1fa5eef
build(deps-dev): bump mocha and @types/mocha ( #3967 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha ). These dependencies needed to be updated together.
Updates `mocha` from 10.7.3 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v10.7.3...v10.8.2 )
Updates `@types/mocha` from 10.0.8 to 10.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha )
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/mocha"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-09 08:59:45 -06:00
dependabot[bot]
59fa35da9d
build(deps-dev): bump @swc/cli from 0.4.0 to 0.5.0 ( #3971 )
...
Bumps [@swc/cli](https://github.com/swc-project/pkgs ) from 0.4.0 to 0.5.0.
- [Commits](https://github.com/swc-project/pkgs/commits )
---
updated-dependencies:
- dependency-name: "@swc/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-09 08:59:09 -06:00
dfa7ff4045
feat(bot,rest,gateway,utils,types)!: Add soundboard support ( #3919 )
...
* Add soundboard support
* Add rest endpoints
* add comment to gateway requestSoundboardSounds
* Apply suggestions from code review
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
* Update for discord/discord-api-docs#7207
* Update discord.ts
---------
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
Co-authored-by: ITOH <to@itoh.at >
2024-11-05 19:44:37 +05:30
Fleny and Awesome Stickz
87e6cd0c2e
feat(bot,rest,types): Add subscriptions ( #3892 )
...
* Add subscriptions
* Apply suggestions from code review
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
---------
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2024-11-05 13:38:33 +01:00
Fleny
b1036b24cf
feat(types,bot): Add banners to members ( #3949 )
...
* Add banners to members
* Fix comments on Member and DiscordMember
2024-11-05 13:17:45 +01:00
Fleny and Awesome Stickz
81b3b28e0e
feat(bot,types): Add webhook events types ( #3953 )
...
* Add webhook events types
We will not support all the signing part for the handling of http
requests, however we do still provide the types for these requests
* Apply suggestions from code review
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
* Use union on DiscordEventWebhookEventBody data
---------
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2024-11-05 13:16:56 +01:00
Fleny
d58de64704
Add command target to interaction response messages ( #3959 )
2024-11-05 13:16:41 +01:00
Fleny
84d20a2648
FIx error when transforming a partial message ( #3961 )
2024-11-05 13:16:10 +01:00
Fleny
eb20050745
Always include the message content if desired ( #3965 )
2024-11-05 13:15:46 +01:00
dependabot[bot]
33ec4d115e
build(deps-dev): bump sinon from 18.0.0 to 19.0.2 ( #3931 )
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 18.0.0 to 19.0.2.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v18.0.0...v19.0.2 )
---
updated-dependencies:
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 13:13:11 +01:00
8997837477
build(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.4 ( #3944 )
...
* build(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.4
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome ) from 1.8.3 to 1.9.4.
- [Release notes](https://github.com/biomejs/biome/releases )
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md )
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.4/packages/@biomejs/biome )
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update biome configs / website package.json & lock
If we de-sync the website package.json and lock it will make the scripts
in website/package.json crash for the invalid biome config
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <fleny113@outlook.com >
Co-authored-by: ITOH <to@itoh.at >
2024-11-05 13:12:24 +01:00
dependabot[bot]
4709042b55
build(deps-dev): bump chai and @types/chai ( #3956 )
...
Bumps [chai](https://github.com/chaijs/chai ) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ). These dependencies needed to be updated together.
Updates `chai` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v5.1.1...v5.1.2 )
Updates `@types/chai` from 4.3.17 to 5.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: "@types/chai"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 12:56:30 +01:00
dependabot[bot]
76ad81d88f
build(deps-dev): bump @types/node from 22.1.0 to 22.7.4 ( #3927 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.1.0 to 22.7.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-06 23:45:58 -05:00
dependabot[bot]
1f142aadc4
build(deps-dev): bump @swc/core from 1.7.3 to 1.7.28 ( #3923 )
...
Bumps [@swc/core](https://github.com/swc-project/swc ) from 1.7.3 to 1.7.28.
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/compare/v1.7.3...v1.7.28 )
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-06 23:45:47 -05:00
Fleny
df5d8630c6
Add null to application urls ( #3908 )
2024-10-06 23:44:49 -05:00
Fleny
b9200cfd39
Entry Point commands and Interactions updates ( #3883 )
2024-10-06 23:38:14 -05:00
Fleny
a749905740
update DiscordAuditLogChange to be less manual ( #3823 )
2024-10-06 23:37:17 -05:00
dependabot[bot]
92d717b83a
build(deps-dev): bump mocha and @types/mocha ( #3928 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha ). These dependencies needed to be updated together.
Updates `mocha` from 10.7.0 to 10.7.3
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v10.7.0...v10.7.3 )
Updates `@types/mocha` from 10.0.7 to 10.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha )
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: "@types/mocha"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-06 23:35:54 -05:00
Fleny
57fa3d4d22
Add new fields to message snapshots ( #3897 )
2024-09-07 08:40:42 +02:00
Fleny
48902bcb8e
Add new member flags ( #3896 )
2024-09-07 08:27:40 +02:00
Fleny
45bfa059b5
feat(bot,rest,types): Add get activity instance endpoint ( #3891 )
...
* Add get activity instance endpoint
* Add ActivityInstance & ActivityLocation transformers
2024-09-07 08:21:14 +02:00
Fleny
a0510da166
Add voiceChannelEffectSend event ( #3869 )
2024-08-18 14:44:39 +05:30
Fleny
c1b0dc925d
fix(bot)!: Remove direct calls to transformers ( #3863 )
...
* Remove direct calls to transformers
* Sort transformers by name
* Fix error
2024-08-18 09:04:18 +02:00
Fleny
a80036fc12
Add get guild role endpoint ( #3861 )
2024-08-18 08:57:22 +02:00
Fleny
4899d0aa66
Add approximate_user_install_count ( #3845 )
...
And also a few missing values*
The values were not added to the reverse transformers as well, as a few
reverse transformers are missing for it
2024-08-10 19:36:46 -05:00
Fleny
bb6b8df2cf
Add get sticker pack endpoint ( #3844 )
2024-08-10 19:36:29 -05:00
Fleny
895cc17106
Add voice state http endpoints ( #3841 )
2024-08-10 19:36:15 -05:00
dependabot[bot]
985801c834
build(deps-dev): bump @types/node from 20.14.11 to 22.1.0 ( #3839 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.14.11 to 22.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-10 19:36:01 -05:00
dependabot[bot] and Skillz4Killz
c4000094c8
build(deps-dev): bump @types/chai from 4.3.16 to 4.3.17 ( #3836 )
...
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai ) from 4.3.16 to 4.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai )
---
updated-dependencies:
- dependency-name: "@types/chai"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
2024-08-10 19:35:35 -05:00
Fleny
62b3122e89
Add recurrence rule to scheduled event ( #3834 )
2024-08-10 19:34:55 -05:00
dependabot[bot]
8dc6c3f650
build(deps): bump typescript from 5.5.3 to 5.5.4 ( #3797 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 01:12:06 -05:00
dependabot[bot]
ce4eb2c28c
build(deps-dev): bump c8 from 9.1.0 to 10.1.2 ( #3783 )
...
Bumps [c8](https://github.com/bcoe/c8 ) from 9.1.0 to 10.1.2.
- [Release notes](https://github.com/bcoe/c8/releases )
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bcoe/c8/compare/v9.1.0...v10.1.2 )
---
updated-dependencies:
- dependency-name: c8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 01:11:50 -05:00
Fleny and Awesome Stickz
746f0a99ac
fix(discordeno)!: Fix some errors in DiscordenoConfig ( #3824 )
...
* Fix typo, remove RecursivePartial from DiscordenoConfig.desiredProperties.properties
* Fix properties typo
---------
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2024-08-03 10:26:21 +05:30
Fleny
22a611761b
Make token in rest and gateway for createBot optional ( #3820 )
2024-08-03 10:10:09 +05:30
dependabot[bot]
01437ebb50
build(deps-dev): bump @swc/core from 1.4.2 to 1.7.3 ( #3811 )
...
Bumps [@swc/core](https://github.com/swc-project/swc ) from 1.4.2 to 1.7.3.
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/compare/v1.4.2...v1.7.3 )
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 23:40:19 -05:00
Fleny
e315ee6d95
fix(bot)!: Remove old unprovided params from event params ( #3794 )
...
* Remove oldMessage from messageUpdate params
* Remove oldPresence from presenceUpdate as well
2024-07-30 23:36:26 -05:00
Fleny and Awesome Stickz
ef4cc80c63
fix(bot,gateway): Fix (some) resharding bugs ( #3792 )
...
* Improve logging, keep shard collections separated
* revert to erroring in getSessionInfo. Fill the value in createBot
* removed useless if
* remove same number of shards check
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
* Update manager.ts
* revert shard.events.message assignment for the spread
* use new Collection instead of .clear() + for-of
* Use fixed formula and note in the comment the inaccuracy
* Apply suggestions from code review
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
* Add a remark to shardsFullPercentage to let the user know of the inaccuracy
* Update comment and add a clearInterval
The clearInterval is not strictly needed, however it is better to ensure there is always one and only one internal running at a given point
* revert check for all shards online
It was bugged as gateway.resharding.shards gets populated overtime and not instantly
---------
Co-authored-by: Awesome Stickz <awesome@stickz.dev >
2024-07-30 23:34:32 +05:30