iCrawl
|
eba9cc6038
|
chore: deps
|
2022-09-19 14:41:43 +02:00 |
|
Almeida
|
145eb2fc5d
|
fix: update messageCount/totalMessageSent on message events (#8635)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-09-19 00:38:23 +00:00 |
|
Almeida
|
8444576f45
|
docs(builders/components): document constructors (#8636)
|
2022-09-19 02:32:28 +02:00 |
|
iCrawl
|
6d43e26676
|
fix: border color in dark mode
|
2022-09-18 20:27:04 +02:00 |
|
iCrawl
|
2fc3d86f56
|
feat: searchbar
|
2022-09-18 20:16:50 +02:00 |
|
Suneet Tipirneni
|
8a8d519c9c
|
feat: add support for guild forums (#7791)
* feat: add support for guild forums
* feat(webhook): add support for creating forum channel posts
* fix: duplicated docs
* feat: add support for message counts
* feat: add support for latest upstream changes
* fix: serialize forum channels
* types: fix channel unions
* types: fix tests
* types: fix tests (again)
* types: fix tests (again (again))
* chore: make requested changes
* chore: fix bugs and make requested changes
* types: use correct type for guild forum start messages
* chore: remove console.log
* chore: make requested changes
* chore: make requested changes
* chore: fix docs
* Update packages/discord.js/src/managers/GuildForumThreadManager.js
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
* chore: update types
* chore: make requested changes
* chore: Apply suggestions
Co-authored-by: Jaworek <jaworekwiadomosci@gmail.com>
Co-authored-by: Jonathan Rubenstein <jrubcop@gmail.com>
* fix: import `ErrorCodes`
* fix: remove defunct code
* refactor: be consistent with channel class names
* feat(GuildChannel): add flags
* fix: rename file
* refactor: channel flags are everywhere!
* fix: import flags correctly
* chore(ThreadChannel): update message count string
* docs(Channels): correct `@param` type
* docs(Channels): ignore transformGuildDefaultReaction
* refactor: emoji object in tags
* chore: renaming consistency
* fix: document default reaction emojis in patching
* fix(GuildChannelManager): document `defaultThreadRateLimitPerUser`
* chore: semicolon
* docs(ErrorCodes): document `GuildForumMessageRequired`
* refactor: transform default reactions
* docs(APITypes): Add `ChannelFlags`
* fix: convert tags properly
* fix: pass an array of snowflakes
* refactor: handle flags better
* fix(ThreadChannel): receive tags
* fix(PartialGroupDMChannel): nullify `flags`
Apparently did not do this earlier.
* chore: misc sorting
* refactor: nullify emoji on tags if not present
* refactor(ForumChannel): modify returns
* types: protect the thread manager!
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
* chore: update `ChannelType` usage
* Update index.d.ts
* docs: Update default reaction emoji property names
Co-authored-by: Almeida <almeidx@pm.me>
* fix: only `name` is required when editing tags
- discord/discord-api-docs#5458
* types: add tests for `channel.flags`
* fix: allow unsetting the default reaction emoji
* refactor: remove v13 remnants
* docs: add missing closing tag
* feat: add `rateLimitPerUser`
* feat: add missing properties for create guild channel
- discord/discord-api-docs#5474
* refactor(GuildForumThreadManager): refactor message payload
* fix: handle magical `null` case
Co-authored-by: A. Román <kyradiscord@gmail.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Jaworek <jaworekwiadomosci@gmail.com>
Co-authored-by: Jonathan Rubenstein <jrubcop@gmail.com>
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
Co-authored-by: Almeida <almeidx@pm.me>
Co-authored-by: A. Román <kyradiscord@gmail.com>
|
2022-09-18 14:23:44 +00:00 |
|
Almeida
|
669c3cd256
|
refactor: replace usage of deprecated ChannelTypes (#8625)
refactor: use new non-deprecated `ChannelType`s
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-09-17 13:56:19 +00:00 |
|
Suneet Tipirneni
|
678ceaa014
|
feat(website): use dropdowns for overloads (#8630)
Co-authored-by: Almeida <almeidx@pm.me>
Co-authored-by: iCrawl <buechler.noel@outlook.com>
|
2022-09-17 14:09:54 +02:00 |
|
iCrawl
|
0785353efe
|
fix: footer hiding properly
|
2022-09-17 00:31:28 +02:00 |
|
iCrawl
|
8323926304
|
fix: overflow in cmdk menu
|
2022-09-17 00:30:15 +02:00 |
|
iCrawl
|
bccc2c8e89
|
refactor: light theme for cmdk
|
2022-09-16 23:42:01 +02:00 |
|
iCrawl
|
1d72663e92
|
fix: allow usage of ctrl key additionally to metakey
|
2022-09-16 23:27:44 +02:00 |
|
iCrawl
|
d0a2a6227d
|
fix: prevent default for cmd+k
|
2022-09-16 23:17:05 +02:00 |
|
iCrawl
|
735e0bf52e
|
feat: search
|
2022-09-16 23:04:05 +02:00 |
|
Almeida
|
1c5b78fd21
|
fix(SlashCommandBuilder): missing methods in subcommand builder (#8583)
|
2022-09-15 20:19:13 +02:00 |
|
Almeida
|
053da5bc91
|
types(interactions): pass Cached type to return type of methods (#8619)
|
2022-09-15 20:18:48 +02:00 |
|
RedGuy12
|
fc9653f5ae
|
docs: fix regexps incorrectly being called global (#8624)
|
2022-09-15 20:15:01 +02:00 |
|
Almeida
|
22ac6b4660
|
docs: update misleading Client#guildMemberAvailable event description (#8626)
|
2022-09-15 20:13:55 +02:00 |
|
iCrawl
|
d14d47b62f
|
chore: dep cleanup
|
2022-09-12 18:46:15 +02:00 |
|
Jiralite
|
a9f003ac9b
|
types: Ensure events possess Client<true> (#8612)
types: ensure events possess `Client<true>`
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-09-11 18:36:24 +00:00 |
|
RedGuy12
|
1d4cdee321
|
types(GuildChannelManager): correct fetch return type (#8549)
* types(GuildChannelManager): correct `fetch` return type
* fix(ci): fix the types tests
* fix: fix the docs
* Update packages/discord.js/src/managers/GuildChannelManager.js
Co-authored-by: Almeida <almeidx@pm.me>
* types: allow channels in the collection to be null
Signed-off-by: RedGuy12 <61329810+RedGuy12@users.noreply.github.com>
* style: run prettier
Signed-off-by: RedGuy12 <61329810+RedGuy12@users.noreply.github.com>
* test: fix types again
Signed-off-by: RedGuy12 <61329810+RedGuy12@users.noreply.github.com>
* style: run prettier
Signed-off-by: RedGuy12 <61329810+RedGuy12@users.noreply.github.com>
Signed-off-by: RedGuy12 <61329810+RedGuy12@users.noreply.github.com>
Co-authored-by: Almeida <almeidx@pm.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-09-11 18:29:28 +00:00 |
|
Jiralite
|
8e1afaebdb
|
refactor: Split message send/edit types/documentation (#8590)
* refactor: split message send/edit types
* refactor: move `MessageEditOptions`
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-09-11 18:22:53 +00:00 |
|
advaith
|
32523325c6
|
docs(Options): update DefaultMakeCacheSettings (#8585)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-09-11 18:16:34 +00:00 |
|
iCrawl
|
7a9e52e63a
|
fix: tiny screen cmdk size
|
2022-09-09 21:55:35 +02:00 |
|
iCrawl
|
d11edc6397
|
fix: build script for website
|
2022-09-09 00:23:42 +02:00 |
|
iCrawl
|
96304d7cc8
|
feat: command menu
|
2022-09-09 00:08:59 +02:00 |
|
iCrawl
|
f9e9bfdedc
|
chore: deps
|
2022-09-09 00:07:56 +02:00 |
|
iCrawl
|
ce1f5c8d47
|
feat: redirect to old docs for main documentation
|
2022-09-08 17:05:13 +02:00 |
|
advaith
|
03fb5b0a2f
|
feat(GuildBanManager#create): add deleteMessageSeconds (#8326)
* feat(GuildBanManager#create): add `deleteMessageSeconds`
* Apply suggestions from code review
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
* chore: remove typeof and return undefined if neither are set
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-09-08 13:15:01 +00:00 |
|
RedGuy12
|
ce991dd1d8
|
test: rename incorrect test (#8596)
|
2022-09-08 15:08:28 +02:00 |
|
Parbez
|
dbca93098c
|
chore: remove unused eslint disable comments (#8595)
|
2022-09-08 15:08:04 +02:00 |
|
A. Román
|
dd5a08944c
|
docs: change name (#8604)
|
2022-09-08 01:46:41 +02:00 |
|
iCrawl
|
8e98ba94d2
|
fix: properly center badge text
|
2022-09-07 22:57:35 +02:00 |
|
iCrawl
|
74dc8c10d5
|
fix: hide menu on click
|
2022-09-07 19:19:58 +02:00 |
|
iCrawl
|
8d07ea9a62
|
fix: dark/light theme fixes
|
2022-09-07 18:39:02 +02:00 |
|
iCrawl
|
d8e774138d
|
fix: accessibility improvements
|
2022-09-07 11:29:58 +02:00 |
|
Maksi
|
55c3ee20ae
|
feat: add typeguard to BaseInteraction#isRepliable (#8565)
* feat: add typeguard to BaseInteraction#isRepliable
* fix: redefine RepliableInteraaction
...to exclude impossible interactions rather than specify possible ones
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
* fix: remove InteractionResponseFields
* fix: replace InteractionResponseFields with RepliableInteraction in index test
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-09-06 17:56:21 +00:00 |
|
Noel
|
c3341570d9
|
refactor: website components (#8600)
|
2022-09-06 19:48:33 +02:00 |
|
Almeida
|
f3ce4a75d0
|
docs: use remarks instead of Note in descriptions (#8597)
|
2022-09-05 18:14:19 +02:00 |
|
iCrawl
|
4ffdada4f7
|
chore: deps
|
2022-09-04 19:33:57 +02:00 |
|
Almeida
|
8b3d006118
|
feat(Integration): add scopes (#8483)
|
2022-09-04 08:11:27 +00:00 |
|
Almeida
|
d08a57cadd
|
feat: add chatInputApplicationCommandMention formatter (#8546)
feat: add `chatInputApplicationCommandMention()` formatter
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2022-09-03 07:17:06 +00:00 |
|
iCrawl
|
0dc68445a1
|
refactor: open graph fixes
|
2022-09-03 05:02:16 +02:00 |
|
iCrawl
|
a7ad7e75ce
|
feat: open graph
|
2022-09-03 04:48:33 +02:00 |
|
Suneet Tipirneni
|
f79ccb4971
|
chore(website): bump api-extractor-model (#8584)
|
2022-09-03 01:14:00 +02:00 |
|
iCrawl
|
6f2b223c8b
|
refactor: extract create model function
|
2022-09-03 01:01:40 +02:00 |
|
iCrawl
|
a4777aa9b0
|
feat: add naive client-based search
|
2022-09-03 00:42:34 +02:00 |
|
iCrawl
|
f072d3d916
|
feat: redirect to latest version, otherwise click select version button
|
2022-09-02 22:42:12 +02:00 |
|
iCrawl
|
0238588067
|
build: fix website build
|
2022-09-02 22:07:19 +02:00 |
|
iCrawl
|
1d460e0434
|
chore: deps
|
2022-09-02 21:48:05 +02:00 |
|