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 |
|
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 |
|
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 |
|
Skillz4Killz
|
470a4a6443
|
feat: prepare solution for workers
|
2021-12-14 04:36:06 +00:00 |
|
Skillz4Killz
|
b3bc7479bd
|
fix: rename cluster to worker
|
2021-12-13 22:55:58 +00:00 |
|
ITOH
|
5f043e1279
|
fix(types): add Guild#premiumProgressBarEnabled (#1845)
Add {Guild,ModifyGuild}#premiumProgressBarEnabled
|
2021-12-13 23:14:35 +01:00 |
|
ITOH
|
778cc730ae
|
Update src/types/guilds/modifyGuild.ts
|
2021-12-13 23:12:59 +01:00 |
|
ayntgl
|
3d8586ff9f
|
Add premiumProgressBarEnabled prop to transformer/guild
|
2021-12-13 23:55:31 +04:00 |
|
ayntgl
|
e68d0e1149
|
Add {Guild,ModifyGuild}#premiumProgressBarEnabled
|
2021-12-13 20:33:08 +04:00 |
|
ITOH
|
dcba5a0cd0
|
fix(types)!: channel is nullable (#1844)
Convert Invite#channel to a nullable property
|
2021-12-13 17:23:50 +01:00 |
|
ayntgl
|
dcdf54ca01
|
Convert Invite#channel to a nullable property
|
2021-12-13 20:14:36 +04:00 |
|
ITOH
|
f04582d17a
|
Merge pull request #1843 from lts20050703/main
fix incompatible version in minimal example in README
|
2021-12-13 05:26:51 +00:00 |
|
lts20050703
|
01aca45f30
|
fix incompatible version in minimal example in README
|
2021-12-13 09:23:58 +07:00 |
|
Skillz4Killz
|
3601fb8e5c
|
Merge branch 'main' of https://github.com/discordeno/discordeno into main
13.0.0-rc15
|
2021-12-12 03:08:20 +00:00 |
|
Skillz4Killz
|
dc0187dbe2
|
chore: rc15
|
2021-12-12 03:08:16 +00:00 |
|
ITOH
|
338b56f2ac
|
Merge pull request #1842 from lts20050703/main
Fix README Minimal Example
|
2021-12-10 06:46:33 +00:00 |
|
lts20050703
|
d2f351f00c
|
Update README minimal example (based on discordeno cache plugin README)
|
2021-12-10 10:59:40 +07:00 |
|
lts20050703
|
e1b262b2c4
|
Update README Minimal Example
|
2021-12-10 09:43:44 +07:00 |
|
ITOH
|
1b9b41736f
|
Merge pull request #1841 from discordeno/for-yui
for yui
|
2021-12-09 16:11:10 +00:00 |
|
ITOH
|
579bf369ba
|
for yui
|
2021-12-09 17:04:55 +01:00 |
|
Skillz4Killz
|
854db909ae
|
fix: member helper perms
|
2021-12-08 20:17:49 +00:00 |
|
Skillz4Killz
|
b422e6b62a
|
fix: invite helpers
|
2021-12-08 16:55:18 +00:00 |
|
Skillz4Killz
|
37d47c3f80
|
chore: rc14
|
2021-12-08 16:43:21 +00:00 |
|
Skillz4Killz
|
f6e747ca9a
|
Merge branch 'main' of https://github.com/discordeno/discordeno into main
13.0.0-rc14
|
2021-12-08 16:37:48 +00:00 |
|
Skillz4Killz
|
ca1cbad904
|
fix: invite helpers perms
|
2021-12-08 16:37:44 +00:00 |
|
Skillz4Killz
|
1091e58e8d
|
fix: upser commands
|
2021-12-08 16:37:37 +00:00 |
|
Skillz4Killz
|
70641bbdad
|
fix: slash upsert bugs
|
2021-12-08 16:34:40 +00:00 |
|