Commit Graph

2723 Commits

Author SHA1 Message Date
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
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
ITOH
242610e3e4 change: commit message 2021-05-21 17:56:57 +02:00
itohatweb
179add27c9 Prettified Code! 2021-05-21 15:55:49 +00:00
ITOH
71a20fb0f4 change: default formatter to prettier 2021-05-21 17:55:08 +02:00
ITOH
b6f952dc52 add: prettier config 2021-05-21 17:54:52 +02: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
ITOH
fe4ab8517b the other one 2021-05-21 17:50:55 +02:00
ITOH
571017e39d try this out 2021-05-21 17:20:20 +02: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
Skillz4Killz
4069a89599 Merge pull request #961 from discordeno/fix-message-sticker-type
fix(types): message.stickers is an array
2021-05-21 10:51:54 -04:00
ITOH
c80176c7fb remove: unused import 2021-05-21 16:47:48 +02:00
ITOH
a0cc5a558f change: createChannelOptions.parentId is now a bigint 2021-05-21 16:45:09 +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
ITOH
21ccbe126c Merge pull request #954 from AdityaTD/main
fix(cache): emojis to use bigint for key
2021-05-20 17:53:57 +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
97082283a8 Merge pull request #950 from discordeno/collection-sweeper
add: sweeper to Collection
2021-05-18 19:58:25 +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
dd3b11349c Merge pull request #949 from QuantumlyTangled/fix/eventhandlers/reference
fix: event handlers reference
2021-05-17 09:40:47 -04:00
Skillz4Killz
324df8f0f2 Update src/bot.ts 2021-05-17 09:40:00 -04:00
QuantumlyTangled
91d3b36097 feat: add tests for event 2021-05-17 14:48:21 +02: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
Skillz4Killz
f6401334cd Merge pull request #943 from rigormorrtiss/remove-ignore
change(workflows): lint remove ignore flag
2021-05-16 13:44:36 -04:00