ITOH
|
19cbad63a2
|
this is the biggest pain ever
|
2021-05-04 12:38:54 +02:00 |
|
ITOH
|
320180edee
|
add type to all type imports for handlers
|
2021-05-04 12:17:24 +02:00 |
|
Skillz4Killz
|
a7fff30246
|
are u kidding
|
2021-05-03 20:58:11 +00:00 |
|
Skillz4Killz
|
52f408823f
|
test ed25519
|
2021-05-03 20:53:57 +00:00 |
|
Skillz4Killz
|
9f27297112
|
deno fmt
|
2021-05-03 18:53:10 +00:00 |
|
Skillz4Killz
|
f1eb6ca4fe
|
Merge branch 'main' of https://github.com/discordeno/discordeno into main
|
2021-05-03 18:53:03 +00:00 |
|
Skillz4Killz
|
3d2535180d
|
fix broken tests
|
2021-05-03 18:52:57 +00:00 |
|
Skillz4Killz
|
eb0f87e314
|
Merge pull request #891 from rigormorrtiss/feat-2869
add(types): max ban fetch error code 30037
|
2021-05-03 14:38:33 -04:00 |
|
Skillz4Killz
|
247dcdee31
|
Merge branch 'main' into feat-2869
|
2021-05-03 14:38:22 -04:00 |
|
Skillz4Killz
|
d5480c6f88
|
Merge branch 'main' of https://github.com/discordeno/discordeno into main
|
2021-05-03 18:33:57 +00:00 |
|
Skillz4Killz
|
000aaaaa51
|
add isBot, and tag to message struct
|
2021-05-03 18:33:55 +00:00 |
|
ITOH
|
9be445a2e8
|
now takes bigint
|
2021-05-03 20:19:38 +02:00 |
|
ITOH
|
17695e2ccb
|
all are optional
|
2021-05-03 20:18:53 +02:00 |
|
rigormorrtiss
|
8c786bfe26
|
Merge branch 'main' into feat-2869
|
2021-05-03 21:40:27 +04:00 |
|
Skillz4Killz
|
b6b3d31c55
|
export all utils
|
2021-05-03 17:39:54 +00:00 |
|
Skillz4Killz
|
0b13ccedb0
|
fix: strings[] to bigint[] in deleteMessages
|
2021-05-03 17:38:01 +00:00 |
|
Skillz4Killz
|
63ef588c88
|
Merge branch 'main' into feat-2869
|
2021-05-03 13:06:07 -04:00 |
|
Skillz4Killz
|
3d39b3878a
|
change: ids to use bigint instead of string (#892)
* p1 of bigints change
* shtuff fixes and bits
* Commit from GitHub Actions (Lint)
* finish bigint structs
* typings fixes
* Commit from GitHub Actions (Lint)
* more fixes
* Commit from GitHub Actions (Lint)
* more fixes
* Commit from GitHub Actions (Lint)
* blame wolf
* Commit from GitHub Actions (Lint)
* foxed
* Commit from GitHub Actions (Lint)
* fix unit tests
* Commit from GitHub Actions (Lint)
* change: guildUpdate guild ID can't change
* delete server has been renamed to delete guild
* fixes
Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-05-03 18:05:18 +01:00 |
|
rigormorrtiss
|
5a74c3cb8e
|
feat(types): add 30037 code to JSON error codes enum
Reference: https://github.com/discord/discord-api-docs/pull/2869
|
2021-05-02 21:22:12 +04:00 |
|
rigormorrtiss
|
ee164bff22
|
remove(types): System user flag (#889)
Reference: https://github.com/discord/discord-api-docs/commit/9293f0d490ac6acf9d627e429e5a8131b303b528
BREAKING: The flag "System" has been removed from the documentation on 9 April 2021
|
2021-05-02 17:57:18 +01:00 |
|
rigormorrtiss
|
a33193fa92
|
remove(types): privateChannels field from Ready (#890)
* refactor(types): remove privateChannels field from Ready
BREAKING: since Tuesday, 6 April 2021, private_channels field has been undocumented by @night. Reference commit: https://github.com/discord/discord-api-docs/commit/f36156dbb641f5c4d4f4593f345bfd6e27fdee08
|
2021-05-02 17:56:13 +01:00 |
|
ITOH
|
dfe822f4d2
|
fix(types): messageId is optional
|
2021-05-02 00:35:16 +02:00 |
|
ITOH
|
9e6620a171
|
fix(types): file param is optional
|
2021-05-01 20:37:23 +01:00 |
|
Skillz
|
4b3bc471f2
|
types are good now
|
2021-05-01 11:11:39 -04:00 |
|
Skillz
|
8a42bc71cb
|
fix broken import
|
2021-05-01 11:08:57 -04:00 |
|
Skillz
|
a1e40a670c
|
fix exports for type guards
|
2021-05-01 11:06:25 -04:00 |
|
Skillz
|
7da202b5bf
|
Remove unused import
|
2021-05-01 11:02:37 -04:00 |
|
ITOH
|
2e851fc8d7
|
Merge pull request #888 from discordeno/buttons-dropdowns
Buttons
|
2021-05-01 16:35:47 +02:00 |
|
ITOH
|
cb83b00c76
|
Update src/types/interactions/interaction.ts
|
2021-05-01 16:33:19 +02:00 |
|
Skillz
|
179a904568
|
Merge branch 'buttons-dropdowns' of https://github.com/discordeno/discordeno into buttons-dropdowns
|
2021-05-01 10:25:52 -04:00 |
|
Skillz
|
863595f425
|
fix message components enum
|
2021-05-01 10:25:35 -04:00 |
|
Skillz4Killz
|
6e8987104f
|
Update src/types/messages/components/message_component_types.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-05-01 10:24:30 -04:00 |
|
Skillz
|
9dc163f8c3
|
Merge branch 'buttons-dropdowns' of https://github.com/discordeno/discordeno into buttons-dropdowns
|
2021-05-01 10:23:39 -04:00 |
|
Skillz
|
c8deb2abb1
|
leave todo
|
2021-05-01 10:23:37 -04:00 |
|
Skillz
|
34bfeab05e
|
fix button styles enum
|
2021-05-01 10:23:03 -04:00 |
|
Skillz4Killz
|
0da6698233
|
Update src/types/messages/components/button_styles.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-05-01 10:20:15 -04:00 |
|
Skillz4Killz
|
c66b809a67
|
Update src/types/messages/components/button_component.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-05-01 10:20:10 -04:00 |
|
Skillz4Killz
|
3b4348d0e4
|
Update src/types/messages/components/action_row.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-05-01 10:20:05 -04:00 |
|
Skillz4Killz
|
9124534938
|
Update src/types/messages/components/action_row.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-05-01 10:19:50 -04:00 |
|
Skillz
|
5fc8fd2a79
|
Merge branch 'buttons-dropdowns' of https://github.com/discordeno/discordeno into buttons-dropdowns
|
2021-05-01 10:19:32 -04:00 |
|
Skillz
|
f65cbc0a0c
|
typo fix
|
2021-05-01 10:19:28 -04:00 |
|
Skillz
|
a3d2cddd8c
|
1 less nested if
|
2021-05-01 10:18:52 -04:00 |
|
Skillz4Killz
|
703d5f682e
|
Update src/helpers/messages/send_message.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-05-01 10:14:33 -04:00 |
|
Skillz4Killz
|
f6b4528d2c
|
Commit from GitHub Actions (Lint)
|
2021-05-01 12:20:26 +00:00 |
|
Skillz
|
1637ca84b2
|
Merge branch 'main' of https://github.com/discordeno/discordeno into buttons-dropdowns
|
2021-05-01 08:20:04 -04:00 |
|
Skillz
|
6de8e1d428
|
buttons buttons and more buttons
|
2021-05-01 08:16:28 -04:00 |
|
ITOH
|
82cff0e201
|
remove(types): no dots in jsdoc comments
|
2021-05-01 13:04:49 +01:00 |
|
ITOH
|
a594211dfd
|
remove(types): no dots in jsdoc comments
|
2021-05-01 13:04:27 +01:00 |
|
ITOH
|
e62db7eefe
|
remove(types): no dots in jsdoc comments
|
2021-05-01 13:04:11 +01:00 |
|
keenkairos
|
acc8eeb074
|
add(types): nsfw field
* feat(types): add nsfw field to Guild
Reference: https://github.com/discord/discord-api-docs/commit/5e63e309bbc7e93b683b47bc8401d2d079580251
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
|
2021-05-01 13:03:00 +01:00 |
|