Commit Graph

2595 Commits

Author SHA1 Message Date
ITOH
e32559c032 add: AnApplicationCommandWithThatNameAlreadyExists error code 2021-05-12 09:15:23 +02:00
ITOH
661cd59cd5 add: TargetUserIsNotConnectedToVoice error code 2021-05-12 09:14:50 +02:00
ITOH
f29c89dc6d add: YouAreOpeningDirectMessagesTooFast error code 2021-05-12 09:14:23 +02:00
ITOH
d93485d49c add: MaximumNumberOfEmojisReached error code 2021-05-12 09:13:08 +02:00
ITOH
850ecf30e9 add: MaximumNumberOfRecipientsReached error code 2021-05-12 09:12:37 +02:00
ITOH
1f63b96af3 add: OnlyTheOwnerOfThisAccountCanPerformThisAction error code 2021-05-12 09:11:33 +02:00
ITOH
6d433e997b add: ThisActionCannotBePerformedDueToSlowmodeRateLimit error code 2021-05-12 09:10:58 +02:00
ITOH
684ee1daa5 add: YouAreNotAuthorizedToPerformThisActionOnThisApplication error code 2021-05-12 09:10:12 +02:00
ITOH
67a72b96f6 add: ExplicitContentCannotBeSentToTheDesiredRecipient error code 2021-05-12 09:09:32 +02:00
ITOH
7b8c2512fb add: UnknownApplicationCommandPermissions error code 2021-05-12 09:08:47 +02:00
ITOH
d9d8d5f692 add: UnknownGiftCode error code 2021-05-12 09:08:18 +02:00
ITOH
069a301ebc add: UnknownStoreDirectoryLayout error code 2021-05-12 09:07:51 +02:00
ITOH
0c97d2b26f add: UnknownSession error code 2021-05-12 09:07:19 +02:00
ITOH
ad64b7254d add: UnknownWebhookService error code 2021-05-12 09:06:53 +02:00
Skillz4Killz
81f1186b23 Merge pull request #927 from discordeno/ws-process-queue-add-logs
add: ws processQueue logs
2021-05-11 14:24:06 -04:00
itohatweb
db22878ae0 Commit from GitHub Actions (Lint) 2021-05-11 18:09:20 +00:00
ITOH
59fbb976cb use WebsocketRequest for type 2021-05-11 20:08:57 +02:00
ITOH
3a927ee91a Merge pull request #925 from discordeno/fix-run-method-return-object-instead-of-undefined
fix: return undefined on 204 status
2021-05-11 19:03:03 +01:00
itohatweb
0dff29735b Commit from GitHub Actions (Lint) 2021-05-11 17:40:35 +00:00
ITOH
be3283ba60 Merge branch 'fix-run-method-return-object-instead-of-undefined' of https://github.com/discordeno/discordeno into fix-run-method-return-object-instead-of-undefined 2021-05-11 19:40:09 +02:00
ITOH
1da04ed639 use as 2021-05-11 19:39:49 +02:00
itohatweb
e8b6230f10 Commit from GitHub Actions (Lint) 2021-05-11 17:20:38 +00:00
ITOH
5d45b0bda9 fix: return undefined on 204 status 2021-05-11 19:20:15 +02:00
itohatweb
508970ce49 Commit from GitHub Actions (Lint) 2021-05-11 17:15:47 +00:00
ITOH
0de39a5ca1 Merge branch 'ws-process-queue-add-logs' of https://github.com/discordeno/discordeno into ws-process-queue-add-logs 2021-05-11 19:15:25 +02:00
ITOH
e55df2b28a change: use RAW_SEND log 2021-05-11 19:15:20 +02:00
itohatweb
ace0fe6213 Commit from GitHub Actions (Lint) 2021-05-11 16:55:25 +00:00
ITOH
4d20d11752 add: logs 2021-05-11 18:54:59 +02:00
ITOH
3f950424d9 Merge pull request #922 from discordeno/satisfy-lint
empty commit to satisfy lint
2021-05-11 06:14:10 +01:00
itohatweb
b4a9946bc1 Commit from GitHub Actions (Lint) 2021-05-11 05:11:26 +00:00
ITOH
8c9b77e093 empty commit 2021-05-11 07:11:01 +02:00
ITOH
978f15a449 change: makeAvatarURL options optional 2021-05-10 22:39:14 +02:00
ITOH
c0a9ffe6e7 Merge pull request #921 from discordeno/fix-channel-guild-id
fix: channel guildId being undefined
2021-05-10 19:21:27 +01:00
itohatweb
5cf284b6f3 Commit from GitHub Actions (Lint) 2021-05-10 18:19:06 +00:00
ITOH
a80ddfcd92 Update channel.ts 2021-05-10 20:18:43 +02:00
rigormorrtiss
09dc3d11af refactor(util): util-specific dependencies file (#920) 2021-05-10 21:31:33 +04:00
itohatweb
5e501f9cd7 Commit from GitHub Actions (Lint) 2021-05-10 16:32:24 +00:00
ITOH
5be9f4da7a fix: channel guildId being undefined 2021-05-10 18:32:01 +02:00
ITOH
06b90bdbc2 fix: loopObject should not convert blobs (#919)
* fix: loopObject should not convert blobs

* Commit from GitHub Actions (Lint)

Co-authored-by: itohatweb <itohatweb@users.noreply.github.com>
2021-05-10 16:15:21 +01:00
ITOH
2e95520b33 fix: loopObject should not convert blobs 2021-05-10 17:14:32 +02:00
ITOH
ff3731d7ce Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-05-10 16:39:59 +02:00
ITOH
6fd7e683b8 don't respond after reject 2021-05-10 16:39:45 +02:00
rigormorrtiss
e81f6f7353 fix(rest): reject a string instead of object (#918)
* fix(rest): reject a string instead of object

* reject an error for stack trace
2021-05-10 15:29:14 +01:00
ITOH
2fa7da6d55 fix this rq 2021-05-09 21:01:14 +02:00
ITOH
6e8e02c738 fix wrong type here 2021-05-09 15:52:48 +02:00
ITOH
c2f2fc3cbb Merge branch 'main' of https://github.com/discordeno/discordeno 2021-05-09 12:41:59 +02:00
ITOH
49483bb32f change: coverage exclude tests directory 2021-05-09 12:41:51 +02:00
ITOH
9f1cfc769c Merge pull request #916 from discordeno/fix-command-types
fix: Command Types
2021-05-09 10:57:46 +01:00
ITOH
bbeca2db71 fix: Command Types 2021-05-09 11:54:01 +02:00
ITOH
3f02ca6cc3 switch to apache (#915) 2021-05-08 19:20:59 +01:00