Skillz4Killz
eca00a3e4d
Merge pull request #1861 from lts20050703/#1851-Denotes-sticker_pack.banner_asset_id-as-optional
...
move to /src/types/stickers, add StickerTypes enum and StickerPack interface, rename interfaces, enum, and file names, and update jsdoc comments
2021-12-22 09:46:30 -05:00
Skillz4Killz
522e70461d
Merge pull request #1860 from lts20050703/#1858-Tweak-application_id-wording-on-message-object
...
Tweak application_id wording on message object
2021-12-22 09:44:31 -05:00
lts20050703
eef1885eb4
link--;
2021-12-22 13:42:00 +07:00
lts20050703
131d05c006
Revert string to bigint
2021-12-22 10:20:09 +07:00
lts20050703
6e1d0fdced
#1851 , move to /src/types/stickers, add StickerTypes enum and stickerPack enum, rename interfaces and file names, and update jsdoc comments
...
Moved stickers types/enums from /src/types/messages to /src/types/stickers
update jsdoc comments (particularly discord docs links) for stickerItem.ts, stickerFormatTypes.ts, and sticker.ts
Add StickerTypes enum and stickerPack interface
Rename messageSticker*.ts to sticker*.ts
2021-12-22 08:55:12 +07:00
lts20050703
733075fd09
#1858 Tweak application_id wording on message object
...
#1858 Tweak application_id wording on message object
2021-12-22 07:58:45 +07:00
Skillz4Killz
e9dfcbd6bf
Merge pull request #1854 from lts20050703/#1828
...
Add scheduledEvents field on audit log object
2021-12-20 21:12:38 -05:00
lts20050703
1e89abba6c
Revert "memoryBenchmarks() second argument is optional (defaults to true)"
...
This reverts commit b773ef1571 .
2021-12-21 09:03:31 +07:00
lts20050703
b773ef1571
memoryBenchmarks() second argument is optional (defaults to true)
2021-12-21 08:51:50 +07:00
lts20050703
af6a27de16
Fix GatewayOpcodes.StatusUpdate (renamed to PresenceUpdate)
2021-12-21 08:50:36 +07:00
lts20050703
662c82a27e
add threads and sheduledEvenets to return of getAuditLog
2021-12-21 08:13:05 +07:00
Skillz4Killz
79bb6a3db3
Merge pull request #1846 from some-boi/main
...
make some function params optional
2021-12-20 19:43:06 -05:00
a boi here
6455e3727e
Update avatarUrl.ts
2021-12-20 19:02:55 +01:00
a boi here
659efea486
Update guildSplashUrl.ts
2021-12-20 18:45:15 +01:00
a boi here
0b09e26194
Update guildIconUrl.ts
2021-12-20 18:41:36 +01:00
lts20050703
f31516f6cd
Merge branch 'discordeno:main' into #1828
2021-12-20 13:16:54 +07:00
Skillz4Killz
facb3f7ef3
Merge pull request #1856 from lts20050703/opcodes-jsdoc
...
Copy opcodes and status codes description|explanation|meaning and paste to jsdoc comments
2021-12-20 01:05:10 -05:00
lts20050703
e63c03160b
Yeet "exact word by word" jsdoc comments
2021-12-20 12:49:13 +07:00
lts20050703
f5d829ea0d
Merge branch 'discordeno:main' into #1828
2021-12-20 09:03:40 +07:00
lts20050703
b0fdceca07
Merge branch 'main' into opcodes-jsdoc
2021-12-20 07:40:13 +07:00
a boi here
ee914f0816
Update src/helpers/members/avatarUrl.ts
...
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
2021-12-19 18:18:44 +01:00
Skillz4Killz
b2954e9115
Merge pull request #1855 from lts20050703/#1806
...
Add scheduled events opcodes, add missing error code to jsonErrorCodes enum, and rename StatusUpdate to PresenseUpdate
2021-12-19 12:04:44 -05:00
Skillz4Killz
58777a90e7
Update src/types/codes/gatewayOpcodes.ts
2021-12-19 12:04:32 -05:00
lts20050703
3bced1f09e
rename statusUpdate to presenseUpdate
...
https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes
2021-12-18 15:40:24 +07:00
lts20050703
899ce1a7a5
opcodes jsdoc
2021-12-18 15:39:26 +07:00
lts20050703
5a1873f96d
[jsonErrorCode.ts] Add missing error codes to enum
2021-12-18 14:21:13 +07:00
lts20050703
19a28b6995
#1806
2021-12-18 14:00:49 +07:00
lts20050703
073de2b97f
#1828
2021-12-18 13:28:59 +07:00
Skillz4Killz
6bf83812ea
Merge branch 'main' of https://github.com/discordeno/discordeno into main
2021-12-17 18:26:32 +00:00
Skillz4Killz
8d61960516
fix: compression issue
2021-12-17 18:26:29 +00:00
ITOH
2cb95f1830
add(types): InvalidGuild & TheWriteActionYouArePerformingOnTheServerHasHitTheWriteRateLimit to JsonErrorCodes ( #1853 )
...
Add 20029 & 50055 to JsonErrorCodes enum
2021-12-17 17:50:04 +01:00
ITOH
a9cd3b2be9
add(types): TheRequestBodyContainsInvalidJSON to JsonErrorCodes ( #1852 )
...
Add 50109 error code to JsonErrorCodes enum
2021-12-17 17:49:18 +01:00
Skillz4Killz
8bfe78d16f
fix: remove unnecessary code
2021-12-17 15:25:53 +00:00
Skillz4Killz
bef7f6efc3
fix: remove unnecessary code
2021-12-17 00:49:18 +00:00
Skillz4Killz
d9802c6b92
fix: too high shard count bug
2021-12-16 18:52:52 +00:00
ayntgl
4629c002b0
Add 20029 & 50055 to JsonErrorCodes enum
2021-12-16 21:57:25 +04:00
ayntgl
37c8279a3b
Add 50109 error code to JsonErrorCodes enum
2021-12-16 21:49:08 +04:00
Skillz4Killz
c9be91a967
fix: load order bug
2021-12-16 15:57:26 +00:00
a boi here
78a0f0b51e
Update guildIconUrl.ts
2021-12-16 16:22:20 +01:00
a boi here
047623b860
Update guildSplashUrl.ts
2021-12-16 16:21:37 +01:00
a boi here
62f295efd1
Update guildIconUrl.ts
2021-12-14 16:53:02 +01:00
a boi here
a13613c533
Update guildSplashUrl.ts
2021-12-14 16:52:12 +01:00
a boi here
bf9356d907
Update guildIconUrl.ts
2021-12-14 16:33:25 +01:00
a boi here
fd5a7a1b46
Update editBotProfile.ts
2021-12-14 16:27:25 +01:00
a boi here
b10e3c3fb5
Update guildIconUrl.ts
2021-12-14 16:26:34 +01:00
a boi here
5afe7342a5
Update editBotProfile.ts
2021-12-14 16:09:43 +01:00
a boi here
13f2ab30ca
Update guildIconUrl.ts
2021-12-14 16:05:11 +01:00
a boi here
c37f77ce97
Update guildSplashUrl.ts
2021-12-14 16:04:37 +01:00
a boi here
00bafc0700
Update avatarUrl.ts
2021-12-14 16:04:19 +01:00
Skillz4Killz
470a4a6443
feat: prepare solution for workers
2021-12-14 04:36:06 +00:00