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 |
|
Skillz4Killz
|
db242c4a25
|
remove useless
|
2021-05-15 19:55:21 +00:00 |
|
Skillz4Killz
|
d35a20fdf2
|
Merge branch 'optimize-startup' of https://github.com/discordeno/discordeno into optimize-startup
|
2021-05-15 19:53:24 +00:00 |
|
Skillz4Killz
|
cb2c782528
|
fix
|
2021-05-15 19:53:22 +00:00 |
|
Skillz4Killz
|
effba72f68
|
Commit from GitHub Actions (Lint)
|
2021-05-15 19:53:16 +00:00 |
|
Skillz4Killz
|
7d1ad5f9cc
|
Merge branch 'optimize-startup' of https://github.com/discordeno/discordeno into optimize-startup
|
2021-05-15 19:52:56 +00:00 |
|
Skillz4Killz
|
12d4c4d085
|
tests
|
2021-05-15 19:52:53 +00:00 |
|
Skillz4Killz
|
092c4a26f7
|
Commit from GitHub Actions (Lint)
|
2021-05-15 19:52:44 +00:00 |
|
Skillz4Killz
|
d58d3a043a
|
1 sec faster
|
2021-05-15 19:52:23 +00: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 |
|
ITOH
|
5f2e0973e5
|
fix: application object got moved
|
2021-05-15 11:40:53 +02:00 |
|
ITOH
|
613aa1a71d
|
change: move application types to applications folder
|
2021-05-15 11:37:42 +02:00 |
|
ITOH
|
32b684784b
|
change: member.joinedAt can be undefined
|
2021-05-15 11:32:21 +02:00 |
|
ITOH
|
f1fe6d187f
|
add: new rpc types & fix: rpc.notification type
|
2021-05-15 11:21:23 +02:00 |
|
ITOH
|
79c3435d6c
|
change: proper example for interfaces
|
2021-05-15 11:13:52 +02:00 |
|
ITOH
|
47cdbc3401
|
fix: community guilds can set descriptions now
|
2021-05-14 20:58:20 +02:00 |
|
ITOH
|
0c3b07e396
|
add: new ApplicationWebhook type
|
2021-05-14 20:56:39 +02:00 |
|
rigormorrtiss
|
d13bbc1d14
|
fix(types): joinedAt is nullable (#932)
11.0.0-rc.1
|
2021-05-14 19:43:00 +01:00 |
|