Commit Graph

190 Commits

Author SHA1 Message Date
ITOH 0d7590349b Update edit_channel_overwrite.ts 2021-04-23 23:12:35 +02:00
ITOH 832905a0e9 Update delete_channel.ts 2021-04-23 23:12:33 +02:00
ITOH 27c569050e Update delete_channel_overwrite.ts 2021-04-23 23:12:30 +02:00
ITOH a665c2d530 Update create_channel.ts 2021-04-23 23:12:27 +02:00
ITOH 9fa6afa057 Create get_slash_command_permissions.ts 2021-04-22 21:34:30 +02:00
ITOH e0ca050e13 Update mod.ts 2021-04-20 17:21:20 +02:00
ITOH 6a29304f20 Update remove_discovery_subcategory.ts 2021-04-20 17:21:18 +02:00
ITOH a4f422a19a Create remove_discovery_subcategory.ts 2021-04-20 17:01:42 +02:00
ITOH fcb1ed8034 Create add_discovery_subcategory.ts 2021-04-20 17:01:37 +02:00
itohatweb 819712677b Commit from GitHub Actions (Lint) 2021-04-18 19:31:33 +00:00
ITOH eb230ea26f Create edit_discovery.ts 2021-04-18 21:25:44 +02:00
ITOH b40533b6a6 Create valid_discovery_term.ts 2021-04-18 20:45:45 +02:00
ITOH 47df256c57 Create get_discovery_categories.ts 2021-04-18 20:40:57 +02:00
ITOH 6a618c9f63 Merge branch 'main' into search-members 2021-04-16 18:52:01 +02:00
ITOH 31bb84fe23 add(helpers/members): searchMembers function 2021-04-16 15:59:01 +02:00
ITOH 1c91fb15d0 Merge pull request #860 from discordeno/add-welcome-screen-endpoints
Add welcome screen endpoints
2021-04-15 20:44:33 +02:00
ITOH 10e9d96576 fix(helpers/channels): cloneChannel errors 2021-04-15 18:48:32 +02:00
ITOH d446d57684 fix(helpers/channels): add reason arg 2021-04-15 18:48:10 +02:00
ITOH 23a4c0f864 removed templatestruct 2021-04-15 18:09:40 +02:00
ITOH 98bf292aff fix lint 2021-04-15 18:06:31 +02:00
Skillz4Killz 3715407c14 Merge pull request #858 from existentiality/main
feat: implement channel cloning
2021-04-15 11:53:22 -04:00
Exists 3088cc0693 Convert overwrites
- Removed integration in createChannel
- Converting from DiscordOverwrite to Overwrite in cloneChannel function
2021-04-14 13:28:59 -04:00
Exists 215141171a Fix formatting (deno fmt) 2021-04-14 13:09:47 -04:00
Exists 3d5bdc4605 Suggested changes to cloneChannel
- Removed name check
- Added DM channel check
2021-04-14 13:06:21 -04:00
Skillz4Killz ef88a57a38 Update src/helpers/channels/clone_channel.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 08:47:46 -04:00
Skillz4Killz 4183ffd21d Update src/helpers/channels/clone_channel.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 08:47:21 -04:00
Skillz4Killz 6063bc0aff Update src/helpers/channels/clone_channel.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 08:46:18 -04:00
Skillz4Killz 084d149598 Update src/helpers/channels/clone_channel.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 08:46:02 -04:00
ITOH 38bf6727ba add: editWelcomeScreen function 2021-04-14 10:40:56 +02:00
Exists 1a1ef34a96 Add channel cloning
Changes:
    - Added function cloneChannel
    - Modified createChannel to support cloneChannel
   - Added clone(reason) method on channel structure
    - Added channel cloning tests
2021-04-14 04:01:35 -04:00
ITOH 9d4306ff39 add: getWelcomeScreen 2021-04-14 09:53:37 +02:00
TriForMine d3e5f537d3 tests: add invites tests (#855)
* tests: add invites tests

Co-authored-by: TriForMine <TriForMine@users.noreply.github.com>
2021-04-14 08:26:39 +01:00
ITOH 4e9295c71e Merge branch 'main' into discord-prs 2021-04-14 09:17:33 +02:00
ayntee a854219b81 feat: add support for stage channels (#728)
* feat: add support for stage channels

* idk

* Add helpers for voice state

* Rename updateUserVoiceState() to updateVoiceState()

* Update src/types/channels/channel_types.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/guilds/update_user_voice_state.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

* Update src/helpers/guilds/update_bot_voice_state.ts

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 11:11:22 +04:00
ITOH 8098910d3d remove broken imports 2021-04-14 09:02:00 +02:00
ITOH 5b518fc1d7 https://github.com/discord/discord-api-docs/pull/2087 2021-04-13 22:32:36 +02:00
ITOH c358d4f932 use proper invite types 2021-04-13 21:58:57 +02:00
Skillz4Killz c85b76cd18 fix: remove extra loops (#848)
* fix: remove extra loops

Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
2021-04-13 19:36:23 +01:00
Skillz4Killz 9446960bb0 deno fmt 2021-04-13 17:59:19 +00:00
Skillz4Killz c2f2afb211 fix: return types [] => Collection 2021-04-13 17:53:49 +00:00
Skillz4Killz a7e3ca37a2 Merge pull request #845 from discordeno/feat-validate-length
feat: add validateLength util
2021-04-13 12:50:27 -04:00
Skillz4Killz d746622681 feat: add validateLength util 2021-04-13 16:45:39 +00:00
Skillz4Killz 72618947f0 feat: implement gateway queue (#844)
* feat: implement gateway queue

* process queues when adding to queue

* fix: tests fixed ready for review

* handle shard closed

Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
2021-04-13 17:29:35 +01:00
ITOH 7d202d43cb fix(helpers/messages): sendMessage explicit type for camelKeysToSnakeCase 2021-04-13 11:42:02 +02:00
ITOH 0032941b25 Update fetch_members.ts 2021-04-13 10:44:36 +02:00
TriForMine b93dc0963f fix(helpers): fix import StatusUpdate as type (#842)
* fix(helpers): add missing export for editBotStatus

* fix(helpers): fix import type
2021-04-13 08:31:45 +01:00
TriForMine a2c389ec04 fix(helpers): add missing export for editBotStatus (#841) 2021-04-13 08:24:45 +01:00
ayntee b633689d3a Format files 2021-04-13 06:05:20 +00:00
Skillz4Killz a43acf6c76 fix: remaining errors 2021-04-12 21:57:41 +00:00
ITOH 495ad593ea add this missing thing 2021-04-12 22:46:02 +02:00