ITOH
a67bc2ddfe
todo
2021-09-30 20:38:29 +02:00
ITOH
f23b2149a4
Update application_command_interaction_data_option.ts
2021-09-30 20:36:34 +02:00
ITOH
60a424d83b
feat(types): add ApplicationCommandOption.autocomplete
2021-09-30 20:36:28 +02:00
ITOH
1c8c9a11ff
feat(types): add DiscordInteractionResponseTypes.ApplicationCommandAutocompleteResult
2021-09-30 20:36:14 +02:00
ITOH
222f62fdc0
feat(types): add DiscordInteractionTypes.ApplicationCommandAutocomplete
2021-09-30 20:35:59 +02:00
Skillz4Killz
f44e6c7b43
Update README.md
2021-09-16 15:57:07 -04:00
Skillz4Killz
dfe9982f07
deno lint bad
2021-09-16 19:26:57 +00:00
Skillz4Killz
905d8061ba
Merge branch 'main' of https://github.com/discordeno/discordeno into main
2021-09-16 19:22:44 +00:00
Skillz4Killz
7ee993bb47
quick fix
2021-09-16 19:22:41 +00:00
Skillz4Killz
ed59c410eb
Merge pull request #1111 from inthmafr/main
...
Cleaned up README.md
2021-09-16 15:17:44 -04:00
inthmafr
94b177531b
Update README.md
2021-09-16 17:20:06 +10:00
ITOH
cf304ba5d3
Merge pull request #1109 from discordeno/deploy-stack-error
...
fix: prevent deno deploy from crashing on stack capture #1088
2021-09-13 17:43:32 +02:00
Skillz4Killz
01615427ca
fix: prevent deno deploy from crashing on stack capture #1088
2021-09-13 15:29:41 +00:00
Skillz4Killz
7642eab7bd
fix: prevent sending dm to bot itself #1103
2021-09-13 02:28:47 +00:00
Skillz4Killz
fec307afa0
fix: upload files in interaction response #1104
2021-09-13 01:37:24 +00:00
Skillz4Killz
9d0d2343ca
Merge branch 'main' of https://github.com/discordeno/discordeno into main
2021-09-13 01:02:09 +00:00
Skillz4Killz
20e50b94fb
fix: allow suppressing embeds on non bot msgs #1074
2021-09-13 01:02:06 +00:00
Skillz4Killz
06b34423e0
Merge pull request #1108 from discordeno/better-rest-errors
...
fix: solve rest stack trace. Thanks Tricked!
2021-09-12 16:23:47 -04:00
Skillz4Killz
3e21759e81
fix: solve rest stack trace. Thanks Tricked!
2021-09-12 20:15:42 +00:00
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
cute savage
0b5c66af9c
Add amethyst to frameworks ( #1105 )
2021-09-10 14:18:31 +04:00
ITOH
c878127699
Merge pull request #1101 from NiclasEgeler/patch-1
...
add missing export for editSlashCommandPermissions
2021-09-01 10:35:16 +02: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
Skillz4Killz
751910a348
Merge pull request #1096 from discordeno/change-remove-checks
...
change(helpers): editMember remove redundant converting
2021-08-15 13:29:09 -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
Skillz4Killz
0645a64806
Merge pull request #1084 from discordeno/slash-number-type
...
add(types): Number Application Command Option
2021-07-28 10:22:42 -04: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