Commit Graph

4249 Commits

Author SHA1 Message Date
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
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