Skillz4Killz
8ea7ab70df
Revert "Revert "fix: potential fix for #1036 ""
...
This reverts commit 3037cb1be5 .
2021-09-12 19:40:10 +00:00
Skillz4Killz
3037cb1be5
Revert "fix: potential fix for #1036 "
...
This reverts commit 69c18b8c4c .
2021-09-12 19:26:13 +00:00
Skillz4Killz
69c18b8c4c
fix: potential fix for #1036
2021-09-12 19:18:48 +00:00
Niclas Egeler
de562803b4
add missing export for editSlashCommandPermissions
2021-08-30 23:02:50 +02:00
ITOH
c9f80c5f87
fix(types): BitwisePermissionFlags REQUEST_TO_SPEAK & add(types): BitwisePermissionFlags USE_EXTERNAL_STICKERS
...
discords versioning is just the best
2021-08-18 17:53:38 +02:00
Skillz4Killz
cc59c977ad
fix: undefined handling of guilds
2021-08-15 17:39:55 +00:00
Skillz4Killz
b8a993b6b8
Merge pull request #1098 from discordeno/fix-1086
...
fix(helpers): upsertSlashCommands requires at least the name of the command to edit
2021-08-15 13:30:41 -04:00
Skillz4Killz
e461d8f939
Merge pull request #1097 from discordeno/fix-interaction-resovled-data-channel-permission-prop
...
fix(types): interaction resovled data channel permission prop
2021-08-15 13:29:50 -04:00
ITOH
9e5bded859
fix(helpers): upsertSlashCommands needs name of the commands to edit
2021-08-15 12:03:31 +02:00
ITOH
5bb6b2626e
add(types): MakeRequired util
2021-08-15 12:03:14 +02:00
ITOH
638dbed551
fix(types): ApplicationCommandInteractionDataResolved#permissionOverwrites is permissions
2021-08-15 11:54:21 +02:00
ITOH
412ec34569
add(types): InteractionChannel type
2021-08-15 11:54:00 +02:00
ITOH
25fe3b21be
change(helpers): editMember remove unnecessary converting
2021-08-15 11:50:30 +02:00
rigormorrtiss
c66eed620b
types: add defaultPermission field to EditGlobalApplicationCommand ( #1094 )
...
* types: add default_permission field to EditGlobalApplicationCommand
* types: modify default_permission field name to camel case
Co-authored-by: ITOH <to@itoh.at >
Co-authored-by: ITOH <to@itoh.at >
2021-08-14 16:25:10 +04:00
2D
14ae21560e
fix(ws): set lastReceivedAt when HeartbeatACK is received ( #1093 )
2021-08-12 22:29:02 +04:00
Skillz4Killz
a21ce4ebf4
Merge pull request #1092 from rigormorrtiss/patch-1
...
fix(helpers): pass null if options.channelId is falsy
2021-08-11 12:24:31 -04:00
Skillz4Killz
8fb3db5f1d
Update src/helpers/members/edit_member.ts
2021-08-11 12:23:52 -04:00
Skillz4Killz
3616860223
Merge pull request #1085 from discordeno/context-menu-commands
...
Context menu commands
2021-08-11 12:22:10 -04:00
Skillz4Killz
30ec209471
fix: fix the necessary changes to make it useable
2021-08-10 21:22:01 +00:00
rigormorrtiss
c654cae4c4
Update edit_member.ts
2021-08-09 23:40:37 +04:00
rigormorrtiss
95de95ced9
fix(helpers): pass null if options.channelId is falsy
2021-08-09 23:24:38 +04:00
ITOH
924d2a82e7
Update cache.ts
2021-07-29 19:37:31 +02:00
cute savage
5b9de6a449
fix(structures): types for cache.requiredStructureProperties ( #1083 )
...
* make it compatible with requiredStructureProperties.messages' type
* Update message.ts
* Update cache.ts
* typo
* Update cache.ts
* Update cache.ts
* Update cache.ts
* Update guild.ts
* Update member.ts
* Update message.ts
* Update role.ts
* Update voice_state.ts
* Update member.ts
* Update member.ts
* Update member.ts
* fmt
Co-authored-by: ITOH <to@itoh.at >
2021-07-29 19:31:55 +02:00
ITOH
667e854dba
add(types): ApplicationCommandInteractionDataOptionNumber
2021-07-28 11:16:32 +02:00
ITOH
c427faf233
add(types): DiscordApplicationCommandOptionTypes#Number
2021-07-28 11:16:21 +02:00
Skillz4Killz
e52481c3c7
fix: pascal names
2021-07-27 18:27:35 +00:00
Skillz4Killz
d36857c32f
fix: description changes
2021-07-27 16:38:25 +00:00
Skillz4Killz
493e0a2c49
Merge pull request #1081 from discordeno/add-ping-interaction
...
add(types): PingInteraction type to Interaction
2021-07-22 15:03:11 -04:00
Skillz4Killz
5e7c03ebea
Merge branch 'context-menu-commands' of https://github.com/discordeno/discordeno into context-menu-commands
2021-07-22 18:35:34 +00:00
Skillz4Killz
5886a19989
fix: allow type in upsert
2021-07-22 18:35:32 +00:00
Skillz4Killz
c1ef79ccbd
change: prettier code
2021-07-22 18:25:59 +00:00
Skillz4Killz
beceebbf09
fix: add new types to mod.ts
2021-07-22 18:25:20 +00:00
Skillz4Killz
28178d04ad
feat: add context menu commands
2021-07-22 14:39:37 +00:00
ITOH
1214040d19
fix(handlers): dispatched guilds shall not emit guild create on shard resume
2021-07-21 15:53:18 +02:00
ITOH
9de3bc419a
add(types): PingInteraction type to Interaction
2021-07-20 22:45:16 +02:00
ITOH
2b81ce79d8
chore(util): bump DISCORDENO_VERSION patch
2021-07-10 16:57:47 +02:00
SkyBlockDev
96864a31cc
fix: iconBigintToHash hashes which start with 0
2021-07-10 16:52:30 +02:00
rigormorrtiss
ac6f42598f
add(structures): cache.requiredStructureProperties.members guilds prop to type ( #1077 )
2021-07-09 22:01:20 +01:00
itohatweb
a370a1968e
change: prettier code
2021-07-09 14:58:11 +00:00
ITOH
d113782452
Merge branch 'main' into v12
2021-07-09 15:57:41 +01:00
ITOH
307d07b1cf
unused import
2021-07-09 16:41:21 +02:00
ITOH
05f74d4796
Update GUILD_ROLE_DELETE.ts
2021-07-09 16:38:49 +02:00
ITOH
0ef5f18a69
Update cache.ts
2021-07-08 20:00:48 +02:00
ITOH
ea0673c259
change filter logic
2021-07-08 19:54:55 +02:00
ITOH
5f66c7950d
change(cacheHandlers): forEach logic
2021-07-08 19:47:54 +02:00
ayntee
1a0683a648
fix(util): remove guildId from Thread interface
2021-07-07 17:48:31 +04:00
Skillz4Killz
22b9ba1f7c
Merge pull request #1072 from aiotter/main
...
fix: typo in EditMessage.flags
2021-07-07 09:34:50 -04:00
Skillz4Killz
231c388468
Merge pull request #1069 from rigormorrtiss/feat-3193
...
feat(types): add 10068 code to DiscordJsonErrorCodes
2021-07-07 09:33:40 -04:00
aiotter
eb05c53867
fix: typo in EditMessage.flags
2021-07-07 22:26:46 +09:00
rigormorrtiss
515074acf7
refactor(types): fix typo in DiscordJsonErrorCodes enum
2021-07-07 08:44:54 +04:00