Commit Graph

3669 Commits

Author SHA1 Message Date
ITOH bb6c90afe9 fix: use helpers.createChannel instead of createChannel 2021-05-12 18:19:33 +02:00
ITOH 195a0d5e16 make it a bit easier to read 2021-05-12 18:19:09 +02:00
ITOH 5ca8e22cd3 fix: await cacheHandlers.filter 2021-05-12 18:18:59 +02:00
rigormorrtiss 275d17c6fe add: stage instances (#924)
* feat: implement stage instances

Reference: https://github.com/discord/discord-api-docs/pull/2898

* feat: implement stage instances

* Update src/types/misc/stage_instance.ts

Co-authored-by: ITOH <to@itoh.at>

* Update src/helpers/misc/delete_stage_instance.ts

Co-authored-by: ITOH <to@itoh.at>

* Update src/types/misc/stage_instance.ts

Co-authored-by: ITOH <to@itoh.at>

* Move stage instances related modules to channels module

* Move to channels

* Move to channels

* Add permission checks

* Add permissions checl

* Ad inhibitors

* style: fix lint warnings

* Do not throw & add import type

Co-authored-by: ITOH <to@itoh.at>
2021-05-12 14:57:45 +01:00
ITOH 911f4322b0 Merge pull request #930 from discordeno/add-missing-json-error-codes
add: missing JSON error codes
2021-05-12 14:12:16 +01:00
ITOH 6d8aa5597c fix: typo for alias export 2021-05-12 11:58:57 +02:00
ITOH da136a27ba remove error import 2021-05-12 11:56:52 +02:00
ITOH 8693bd260d change: deleteInvite don't throw error if channel is not cached 2021-05-12 11:56:43 +02:00
ITOH bf234c7744 Update clone_channel.ts 2021-05-12 11:56:07 +02:00
ITOH 5498f07946 fix(workflows): Deno coverage change 2021-05-12 11:11:52 +02:00
ITOH 0ea155db75 Merge branch 'main' into add-missing-json-error-codes 2021-05-12 09:29:07 +02:00
ITOH b3ae46812b Merge pull request #929 from discordeno/add-team-name
add: team name param
2021-05-12 08:28:37 +01:00
rigormorrtiss 489ec3d9d7 add(structures): applicationId to Message (#923) 2021-05-12 08:27:48 +01:00
itohatweb 57ce99d10d Commit from GitHub Actions (Lint) 2021-05-12 07:18:50 +00:00
ITOH 85dfefcbd0 add: NoUsersWithDiscordTagExist error code 2021-05-12 09:18:28 +02:00
ITOH 0d5dd0d605 add: PaymentSourceRequiredToRedeemGift error code 2021-05-12 09:17:50 +02:00
ITOH 5d902230e1 add: CannotSelfRedeemThisGift error code 2021-05-12 09:17:19 +02:00
ITOH ef87c3b75a add: InvalidRole error code 2021-05-12 09:16:44 +02:00
ITOH f573e4bb62 add: MissingRequiredOAuth2Scope error code 2021-05-12 09:16:19 +02:00
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
itohatweb 60428872cd Commit from GitHub Actions (Lint) 2021-05-12 07:03:31 +00:00
ITOH c5dcde3df6 add: team name param 2021-05-12 09:03:07 +02:00
itohatweb 3989d074f7 Commit from GitHub Actions (Lint) 2021-05-12 07:01:16 +00:00
ITOH 4ba076ba5d change: command names can only be lowercase 2021-05-12 09:00:56 +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