ITOH
|
e87eedbc19
|
change: only format changed files
|
2021-05-21 18:00:51 +02: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 |
|
Skillz4Killz
|
88d423d5f8
|
Merge pull request #945 from QuantumlyTangled/feat/possible-event-emitters
feat: event proxying
|
2021-05-16 13:44:07 -04: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
|
f40a010c6a
|
Merge pull request #941 from discordeno/more-changes
add & change & fix some things
|
2021-05-16 10:47:00 +02:00 |
|
rigormorrtiss
|
151159c499
|
ci(lint): remove ignore flag
|
2021-05-16 11:14:07 +04: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 |
|
ITOH
|
22b15230c4
|
split up type exports
|
2021-05-15 12:28:06 +02:00 |
|