Commit Graph

1527 Commits

Author SHA1 Message Date
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
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
rigormorrtiss
4b8f009277 change: get discovery change array to collection in jsdoc block (#974) 2021-05-22 10:24:22 +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
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
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
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
itohatweb
179add27c9 Prettified Code! 2021-05-21 15:55:49 +00:00
ITOH
7c337d0765 Merge branch 'main' into prettier-workflow 2021-05-21 17:54:26 +02:00
itohatweb
3549cdeb63 Prettified Code! 2021-05-21 15:51:33 +00:00
Skillz4Killz
faa959837c Merge pull request #962 from discordeno/change-create-channel-parentId
change: CreateChannelOptions.parentId should use bigint
2021-05-21 10:52:21 -04:00
ITOH
c80176c7fb remove: unused import 2021-05-21 16:47:48 +02:00
ITOH
e738d8a85a fix: createChannel parentId is now a bigint 2021-05-21 16:43:56 +02:00
ITOH
e712462e29 change: CreateGuildChannel.parentId should use bigint 2021-05-21 16:43:31 +02:00
ITOH
0052a29e32 fix(types): message.stickers is an array 2021-05-21 16:39:57 +02:00
rigormorrtiss
10b03c3ead add(types): DiscordCertifiedModerator to user flags enum (#956) 2021-05-21 09:19:18 +02:00
Aditya N. Tripathi
371f2787dc fix(cache): emojis to use bigint for key 2021-05-20 21:17:03 +05:30
ITOH
a454eb7210 fix: overwrite typo 2021-05-19 19:09:00 +02:00
ITOH
cc156a7add fix: eventHandlers.ts renamed to event_handlers.ts 2021-05-19 17:05:12 +02:00
ITOH
d0b0a17bd1 Merge branch 'main' into collection-sweeper 2021-05-18 19:55:48 +02:00
rigormorrtiss
dd8c51f3d2 change: import types from specific files (#953)
* fix: import types from specific files

* Use import syntax for enums
2021-05-18 18:31:49 +02:00
rigormorrtiss
4e7d9053d1 change(types): rename eventHandlers.ts to event_handlers.ts (#951) 2021-05-18 18:30:54 +02:00
ITOH
ac2ce0f988 change: don't use mod.ts to import types internally 2021-05-17 22:45:11 +02:00
itohatweb
a949e13398 Commit from GitHub Actions (Lint) 2021-05-17 19:13:56 +00:00
ITOH
34021d7d04 first add this 2021-05-17 21:13:33 +02:00
rigormorrtiss
9555de5ad3 add: stage instances events (#944)
* feat: add stage instances events

* feat: add stage instances events

* Add new line

* Add new lines

* Sort event declaration alphabetically

* Move to types/discordeno

* Update src/types/discordeno/eventHandlers.ts

* Update src/types/discordeno/stage_instance.ts

* Update src/types/guilds/guild.ts

* Apply suggestions

* Commit from GitHub Actions (Lint)

* Remove DiscordenoStageInstance

* Directly pass data.d

* Commit from GitHub Actions (Lint)

Co-authored-by: rigormorrtiss <rigormorrtiss@users.noreply.github.com>
Co-authored-by: itohatweb <to@itoh.at>
2021-05-17 20:57:16 +02:00
Skillz4Killz
324df8f0f2 Update src/bot.ts 2021-05-17 09:40:00 -04:00
QuantumlyTangled
a505ed48cb fix: revert name change 2021-05-17 14:44:44 +02:00
QuantumlyTangled
9382e2e921 fix: event handlers reference 2021-05-17 14:43:33 +02:00
QuantumlyTangled
2e2de99565 refactor: make event handler types a type (#948)
* refactor: make event handler types a type

* refactor: use proper naming

* refactor: correct implementation naming

* refactor: add back comments

* fix: cleanup import statement
2021-05-16 23:03:12 +02:00
QuantumlyTangled
b4d00f1829 refactor: add documentation about "private" variable 2021-05-16 17:09:14 +02:00
QuantumlyTangled
5271fb0dcf refactor: make events proxy a plugin 2021-05-16 17:01:34 +02:00
QuantumlyTangled
bc14968b88 refactor: use reference 2021-05-16 14:43:24 +02:00
QuantumlyTangled
0059eba00f feat: event proxying 2021-05-16 14:26:08 +02:00
ITOH
d4fd9f2e6b change: update deps 2021-05-15 12:59:33 +02:00
ITOH
693ddfe87c Merge branch 'more-changes' of https://github.com/discordeno/discordeno into more-changes 2021-05-15 12:42:36 +02:00
ITOH
06a3aeda4b fix: member.joinedAt can be undefined 2021-05-15 12:42:30 +02:00
itohatweb
3bd9340970 Commit from GitHub Actions (Lint) 2021-05-15 10:28:28 +00:00