Francis Rivard
|
f39b597e31
|
feat(Message): prevent fetching an interaction webhook. (#6468)
|
2021-08-23 15:18:49 +01:00 |
|
Rodry
|
93a83c2cf7
|
docs(MessageReference): add possible message types (#6464)
|
2021-08-17 21:50:14 +01:00 |
|
ahmood
|
ecb6e50b46
|
fix(Message): fix typo (#6435)
|
2021-08-15 12:08:51 +01:00 |
|
Souji
|
ceae5960ed
|
fix(Message): handle fetched messages (#6325)
|
2021-08-07 10:35:30 +01:00 |
|
ckohen
|
1200bba7bc
|
fix(MessageMentions): check guild exists before adding roles (#6313)
|
2021-08-06 14:07:31 +01:00 |
|
슈리튬
|
913c9fa176
|
fix(Message): fix thread getter (#6309)
For ThreadChannel, errors occur because channel.threads do not exist.
|
2021-08-06 08:44:56 +01:00 |
|
Rodry
|
b4afcf8236
|
docs: general cleanup and improvements (#6299)
Co-authored-by: DaStormer <40336269+DaStormer@users.noreply.github.com>
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
|
2021-08-05 20:34:06 +01:00 |
|
Souji
|
6e3236ab64
|
fix(Message): make #channel and #guild getters (#6271)
|
2021-08-04 21:47:32 +01:00 |
|
Antonio Román
|
61db5f7618
|
refactor: added TextBasedChannels type (#6286)
|
2021-08-03 23:12:51 +01:00 |
|
Sugden
|
e2e4f6518b
|
refactor(*): use async functions (#6210)
|
2021-08-02 00:47:43 +01:00 |
|
Rodry
|
434e330754
|
refactor(Message): accept a single object instead of 3 arguments (#6244)
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
|
2021-07-31 12:22:19 +01:00 |
|
1Computer1
|
00bae4fe6b
|
refactor: remove extended collection (#6246)
Co-authored-by: iCrawl <buechler.noel@outlook.com>
|
2021-07-31 12:08:59 +01:00 |
|
ckohen
|
5f710ae559
|
refactor(Message): make thread a getter for accuracy (#6215)
* refactor(Message): make thread a getter for accuracy
* docs: reword info block
|
2021-07-30 00:04:05 +01:00 |
|
ckohen
|
870a0de53c
|
fix(Message): fix typo in sticker_items (#6173)
|
2021-07-22 22:55:47 +01:00 |
|
ckohen
|
cd47a524af
|
refactor(Message): combine patch methods (#6071)
|
2021-07-22 09:05:38 +01:00 |
|
Advaith
|
54d6a3a070
|
feat(Sticker): updates, sticker packs, and guild stickers (#5867)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Co-authored-by: Tiemen <ThaTiemsz@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: BannerBomb <BannerBomb55@gmail.com>
Co-authored-by: Noel <icrawltogo@gmail.com>
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
|
2021-07-20 00:17:21 +01:00 |
|
Advaith
|
366f3c910a
|
feat: make Instance#fetch force true by default, and fix force parameter (#6116)
Co-authored-by: Almeida <almeidx@pm.me>
|
2021-07-17 12:25:23 +01:00 |
|
monbrey
|
1dcad051a8
|
revert: support for nested arrays of components, fix error handling (#6081)
|
2021-07-12 07:53:27 +01:00 |
|
DTrombett
|
d6c43a50bd
|
types(Partial): add partial reactions (#6066)
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2021-07-09 12:25:59 +01:00 |
|
Rodry
|
6301728d35
|
refactor(Channel): change channel types to UPPER_CASE (#6035)
|
2021-07-08 21:32:19 +01:00 |
|
1Computer1
|
9cd5e7ed61
|
refactor(Managers): rename add to _add (#6060)
|
2021-07-08 11:34:45 +01:00 |
|
PanSzelescik
|
28c57246d1
|
feat(Message): add 'failIfNotExists' to ClientOptions (#6038)
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2021-07-05 13:53:40 +01:00 |
|
Antonio Román
|
a7c6678c72
|
refactor: change xID to xId (#6036)
* refactor: change `xID` to `xId`
* Update src/managers/MessageManager.js
Co-authored-by: Noel <buechler.noel@outlook.com>
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2021-07-04 19:54:27 +01:00 |
|
monbrey
|
610b0b4dd6
|
docs: fix some missed MessageComponent collector methods (#6023)
|
2021-07-04 00:27:07 +01:00 |
|
monbrey
|
374c779f7f
|
feat(InteractionCollector): reworked to be more generic (#5999)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
|
2021-07-03 13:35:39 +01:00 |
|
Sugden
|
1e8f01253e
|
refactor: new node features (#5132)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2021-06-30 21:40:33 +01:00 |
|
A1ex
|
58bc1458d0
|
docs(Message): Add ThreadChannel as a channel type (#5972)
|
2021-06-30 06:24:37 +01:00 |
|
SkyFlags
|
dc671c8ac4
|
fix(Message): Make author of referenced message nullable (#5929)
|
2021-06-28 11:53:53 +01:00 |
|
monbrey
|
b15d825bb3
|
refactor(MessagePayload): rename APIMessage (#5921)
|
2021-06-27 12:47:15 +01:00 |
|
Antonio Román
|
985d4d6a43
|
refactor: removed code and split options (#5918)
Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
BREAKING CHANGE: Removed `APIMessage#split`
BREAKING CHANGE: Removed `MessageEditOptions#code`
BREAKING CHANGE: Removed `BaseMessageOptions#code`
BREAKING CHANGE: Removed `BaseMessageOptions#split`
|
2021-06-26 23:11:40 +01:00 |
|
Jan
|
0d0c8f07f2
|
refactor(Collector): make filter an option (#5903)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
|
2021-06-26 10:57:06 +01:00 |
|
Jan
|
261612596d
|
feat(MessageMentions): add repliedUser (#5905)
|
2021-06-25 11:07:31 +01:00 |
|
ckohen
|
7346621d15
|
feat: api v9 and threads (#5570)
Co-authored-by: Noel <icrawltogo@gmail.com>
Co-authored-by: Amish Shah <dev@shah.gg>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: SynthGhost <60333233+synthghost@users.noreply.github.com>
Co-authored-by: SpaceEEC <24881032+SpaceEEC@users.noreply.github.com>
Co-authored-by: Elliot <elliot@maisl.fr>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
|
2021-06-24 20:48:29 +01:00 |
|
Rodry
|
e0efcc6ab0
|
docs(*): add links to Discord's API objects & data (#5862)
|
2021-06-24 09:55:44 +01:00 |
|
monbrey
|
2d7c12b0e9
|
fix(Message): flags not being parsed on some edits (#5886)
* fix(Message): flags not being parsed on some edits
* refactor(MessageManager): access cache once
|
2021-06-24 00:02:30 +01:00 |
|
Shubham Parihar
|
6cebeae15e
|
docs: move embeds field into BaseMessageOptions (#5902)
|
2021-06-22 15:25:18 +01:00 |
|
Tyler Resch
|
e3ed74a5e8
|
docs(ReplyMessageOptions,MessageEditOptions): replaced embed with embeds (#5860)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2021-06-18 14:42:53 +01:00 |
|
Rodry
|
671436cbb8
|
fix(Message): editedTimestamp defaulting to 0 (#5847)
|
2021-06-15 12:02:56 +01:00 |
|
monbrey
|
9dda9b742f
|
refactor(awaitMessageComponentInteraction): use options object for lib consistency (#5852)
|
2021-06-15 12:02:48 +01:00 |
|
monbrey
|
c4f1c75efa
|
feat: general component improvements (#5787)
|
2021-06-09 13:59:12 +01:00 |
|
Adrian Castro
|
0467a9075f
|
refactor: enforce single param on sending/editing methods (#5758)
Co-authored-by: ckohen <chaikohen@gmail.com>
Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
|
2021-06-09 13:12:16 +01:00 |
|
Jan
|
ae78a336e1
|
fix: remove remnants of awaitMessageComponentInteractions (#5783)
|
2021-06-09 08:45:34 +01:00 |
|
Souji
|
65dc00f321
|
feat(Message): applicationID for interaction responses (#5765)
|
2021-06-07 09:58:38 +01:00 |
|
monbrey
|
657635c1c0
|
fix: add components to MessageOption typedefs (#5768)
|
2021-06-07 09:32:50 +01:00 |
|
monbrey
|
cbd7f2b9aa
|
feat(MessageComponents): clickybois (MessageButton, MessageActionRow, associated Collectors) (#5674)
Co-authored-by: Vicente <33096355+Vicente015@users.noreply.github.com>
Co-authored-by: Shubham Parihar <shubhamparihar391@gmail.com>
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
Co-authored-by: BannerBomb <BannerBomb55@gmail.com>
Co-authored-by: Arechi <22101241+Arechii@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2021-06-04 16:49:46 +01:00 |
|
Shubham Parihar
|
df9b67894a
|
docs(Message): fix content param in #edit not showing as nullable (#5748)
|
2021-06-03 23:08:40 +01:00 |
|
Shubham Parihar
|
a2f0c11474
|
fix(Message): update typings and docs related to #edit (#5745)
Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
|
2021-06-03 19:18:13 +01:00 |
|
Jan
|
b317d86a93
|
docs: all the missing object -> Object changes (#5738)
|
2021-06-03 15:57:46 +01:00 |
|
Shubham Parihar
|
678b7da5b3
|
docs: remove traces of StringResolvable (#5727)
|
2021-06-02 10:55:56 +01:00 |
|
Souji
|
7b85a7259f
|
feat(*): enforce strings (#4880)
BREAKING CHANGE: Removes all Resolvables for only string inputs
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
|
2021-06-01 16:31:49 +01:00 |
|