Commit Graph

3682 Commits

Author SHA1 Message Date
ITOH 62b6426d1d Update clone_channel.ts 2021-05-23 20:33:01 +02:00
ITOH 4b3d2d9759 remove unnecessary gotten BigInt conversion 2021-05-23 20:31:14 +02:00
ITOH d737f2ac41 idk why ts so strange 2021-05-23 20:28:06 +02:00
ITOH 7b9becba58 fix: role.permissions should be bigint 2021-05-23 20:27:55 +02:00
Skillz4Killz 8cdfdb757e startup ~5s now 2021-05-23 17:41:06 +00:00
ITOH 619a3b7c1b remove typeof 2021-05-23 18:29:28 +02:00
ITOH eb9cb57414 fix wrong if logic again 2021-05-23 18:27:33 +02:00
ITOH 8ca30b813a fix always false if check 2021-05-23 18:20:46 +02:00
ITOH db2fd9929d change: update version before tag 11.0.0-rc.2 2021-05-23 17:32:03 +02:00
ITOH 11cdf184f5 change: update deps 2021-05-23 17:30:03 +02:00
ITOH 8f26763662 Merge pull request #981 from discordeno/toJSON
.toJSON()
2021-05-23 17:28:51 +02:00
Skillz4Killz 0b460937da Merge branch 'toJSON' of https://github.com/discordeno/discordeno into toJSON 2021-05-23 13:33:56 +00:00
Skillz4Killz 8061d1348c add voiceState.toJSON() 2021-05-23 13:33:55 +00:00
Skillz4Killz dcd88c8811 change: prettier code 2021-05-23 13:32:06 +00:00
Skillz4Killz d01602f12d add member, message and fix guild toJSON 2021-05-23 13:31:35 +00:00
Skillz4Killz 4e806a7049 Merge pull request #978 from discordeno/fix-get-invite-return-type
fix: invite helper types
2021-05-23 09:14:45 -04:00
Skillz4Killz 7408780e1c Merge pull request #982 from discordeno/better-slash-validate
Better slash validate
2021-05-23 09:14:30 -04:00
ITOH 7a9e47e706 fix stupid typo 2021-05-23 14:44:28 +02:00
ITOH 3435a1b885 fix typo 2021-05-23 14:10:17 +02:00
ITOH f4e7cd3b0d better way of doing options 2021-05-23 14:08:34 +02:00
ITOH ac33ffcb47 move required option to the start of array after optional 2021-05-23 12:29:42 +02:00
ITOH 815ccfc3f1 assign correct options 2021-05-23 11:58:09 +02:00
ITOH 411c85aed9 Update utils.ts 2021-05-23 11:55:10 +02:00
ITOH 9d87c32e82 add: slash validation errors 2021-05-23 11:55:04 +02:00
ITOH 05300f012b await identify 2021-05-23 11:14:37 +02:00
ITOH 8d9eb52993 move back? 2021-05-23 11:09:38 +02:00
ITOH d592be5c7b fix: use functions from ws object 2021-05-23 11:05:25 +02:00
Skillz4Killz cffbaf05c5 change: prettier code 2021-05-23 00:38:34 +00:00
Skillz4Killz f997b23701 add more tojson 2021-05-23 00:38:03 +00:00
Skillz4Killz c933158e6b DiscordenoChannel.toJSON() 2021-05-22 21:50:40 +00:00
ITOH 7680929692 Merge branch 'main' into optimize-startup 2021-05-22 18:21:55 +02:00
ITOH ac73e9911c fix: use methods from ws object to allow user overwrite 2021-05-22 18:19:20 +02:00
ITOH 79db661275 change: make identify sync 2021-05-22 18:09:06 +02:00
ITOH 13b97b336b fix: use shift 2021-05-22 18:08:29 +02:00
ITOH 3f80e921ca fix: createInvite return type 2021-05-22 18:05:21 +02:00
ITOH b8f145f2d5 change: make createInivte options optional 2021-05-22 18:03:28 +02:00
ITOH 5c6dd00a1e fix: deleteInvite return type 2021-05-22 18:01:04 +02:00
ITOH 2850fdd13f fix: getChannelInivtes return type 2021-05-22 17:58:17 +02:00
ITOH 97e37da29a fix: getInvites return type 2021-05-22 17:57:56 +02:00
ITOH 9f9a344eef fix: getInvite return type 2021-05-22 17:57:32 +02:00
rigormorrtiss 4b8f009277 change: get discovery change array to collection in jsdoc block (#974) 2021-05-22 10:24:22 +02:00
ITOH 55cbf55043 Merge pull request #973 from discordeno/nsfw-has-been-removed
remove: nsfw param from Guild structure
2021-05-22 10:01:04 +02:00
ITOH ae0ba97d57 remove: nsfw param from Guild structure 2021-05-22 09:58:37 +02:00
rigormorrtiss a6f7789474 add(types): nsfw_level field to Guild (#958)
* feat(types/guilds): add nsfw_level field

* feat(types/guilds): add nsfw_level field to Guild

* style: format changed files

* Update guild.ts

* GuildNSFWLevel -> GuildNsfwLevel

* GuildNSFWLevel -> GuildNsfwLevel

* Update src/types/guilds/guild.ts

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
Co-authored-by: ITOH <to@itoh.at>
2021-05-22 09:50:10 +02:00
rigormorrtiss 8a4968f1af add(types): stage discovery privacy fields (#957)
* feat: add stage discovery fields

* feat: add stage discovery fields

* Update src/types/channels/privacy_level.ts

Co-authored-by: ITOH <to@itoh.at>

* change: prettier code

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
Co-authored-by: ITOH <to@itoh.at>
Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
2021-05-22 09:41:06 +02:00
Skillz4Killz 61e5d3fcb9 use partial audit logs 2021-05-22 00:37:46 +00:00
Skillz4Killz 9939b03a58 Merge pull request #971 from discordeno/change-modify-member-to-bigint
change: ModifyGuildMember should use bigint
2021-05-21 20:12:14 -04:00
Skillz4Killz 2fa5567e95 Merge pull request #972 from discordeno/remove-coverage-report
remove: coverage report
2021-05-21 20:11:54 -04:00
ITOH 62ef47b841 remove: coverage report 2021-05-21 22:59:51 +02:00
ITOH 58b77b6dba remove: coverage report
Temporarily removing coverage report until it is a stable feature
2021-05-21 22:59:08 +02:00