Commit Graph

2758 Commits

Author SHA1 Message Date
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
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
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
ITOH
978b84d341 Update edit_member.ts 2021-05-21 22:11:33 +02:00
ITOH
c2bf15664f change to bigint 2021-05-21 22:03:49 +02:00
Skillz4Killz
6d68d639d0 Merge pull request #965 from discordeno/change-get-commands-use-bigint-for-id
change: getSlashCommand(s) use bigint for ids
2021-05-21 14:19:27 -04:00
Skillz4Killz
cf5a8845a0 Merge pull request #966 from discordeno/easier-to-read
change: how emojis cached
2021-05-21 14:18:52 -04:00
Skillz4Killz
c673c0438d Merge pull request #968 from discordeno/createwebhook-avatar-is-optional
fix: CreateWebhook.avatar is optional
2021-05-21 13:24:54 -04:00
ITOH
16abcd726f fix: CreateWebhook.avatar is optional 2021-05-21 19:15:48 +02:00
ITOH
ddacfdb3f4 Update guild.ts 2021-05-21 18:41:42 +02:00
ITOH
4c98b73cd0 change: use bigint for ids 2021-05-21 18:40:25 +02:00
ITOH
5943c88027 Merge pull request #963 from discordeno/prettier-workflow
change: use Prettier instead of deno fmt
2021-05-21 18:33:37 +02:00
ITOH
c2763f9a72 remove: unused fmt script 2021-05-21 18:31:50 +02:00
ITOH
ba19da28df Merge branch 'prettier-workflow' of https://github.com/discordeno/discordeno into prettier-workflow 2021-05-21 18:00:58 +02:00
ITOH
e87eedbc19 change: only format changed files 2021-05-21 18:00:51 +02:00
itohatweb
efc15fdca4 change: prettier code 2021-05-21 15:59:48 +00:00
ITOH
112cb62976 test formatting 2021-05-21 17:59:13 +02:00
ITOH
5f80b30c45 Merge branch 'prettier-workflow' of https://github.com/discordeno/discordeno into prettier-workflow 2021-05-21 17:57:02 +02:00