monbrey
|
939c495ebb
|
fix(Message): referenced_message is null, not undefined
|
2020-11-18 08:16:20 +11:00 |
|
monbrey
|
065e89337e
|
fix: naming conventions
|
2020-11-17 13:33:59 +11:00 |
|
monbrey
|
1028183c23
|
Merge remote-tracking branch 'upstream/master' into inline-replies
|
2020-11-17 10:40:31 +11:00 |
|
monbrey
|
b61a367392
|
feat(AllowedMentions): add typings for replied_user
|
2020-11-17 10:39:37 +11:00 |
|
monbrey
|
ff2dbfa52d
|
chore: more jsdoc updates
|
2020-11-17 08:30:10 +11:00 |
|
monbrey
|
3463acafca
|
chore: update jsdocs
|
2020-11-17 08:29:50 +11:00 |
|
monbrey
|
274ae9935e
|
fix: dont pass channel_id to API when replying
|
2020-11-17 08:29:18 +11:00 |
|
monbrey
|
2eafeeca55
|
fix: restore reply typings
|
2020-11-17 08:24:16 +11:00 |
|
HarmoGlace
|
b8fd3f65d9
|
feat(Message): add crosspostable property (#4903)
Co-authored-by: Advaith <advaithj1@gmail.com>
Co-authored-by: Alex Hîncu <teesealz@gmail.com>
|
2020-11-01 12:32:20 +01:00 |
|
Christopher Bradshaw
|
efd7849ed0
|
docs: use npm ci instead of npm install (#4928)
Use `npm ci` instead of `npm install` after cloning the repository.
|
2020-11-01 12:30:25 +01:00 |
|
Matt (IPv4) Cowley
|
adf2e872f8
|
fix(Shard): don't pass event arguments to exit handler (#4957)
|
2020-11-01 12:29:29 +01:00 |
|
Matt (IPv4) Cowley
|
ed8b3cc9ea
|
fix(PackageLock): reinstall GitHub docgen dev dependency (#4958)
|
2020-11-01 12:29:00 +01:00 |
|
iCrawl
|
7ec0bd93b0
|
chore(Release): version upgrade
|
2020-10-24 06:27:55 +02:00 |
|
monbrey
|
3d158f4448
|
fix(Action): attempt to get a User if GuildMember not returned (#4922)
|
2020-10-24 06:25:35 +02:00 |
|
Sugden
|
250c3ae3c1
|
fix(GuildChannel): parentID shouldn't be set in the constructor (#4919)
|
2020-10-19 22:24:18 +02:00 |
|
iCrawl
|
94c9cc2300
|
fix(Webpack): revert webpack upgrade
|
2020-10-19 18:46:49 +02:00 |
|
iCrawl
|
e9f36b5041
|
chore(Release): version upgrade
|
2020-10-19 18:27:26 +02:00 |
|
Souji
|
30808f9f0b
|
feat(Message): allow custom emoji format for react (#4895)
|
2020-10-17 15:54:22 +02:00 |
|
Sugden
|
af670fc718
|
refactor: improve the accuracy of docs/improve docs (#4845)
Co-authored-by: Noel <icrawltogo@gmail.com>
|
2020-10-17 15:53:02 +02:00 |
|
Jan
|
4bbe716aa0
|
fix(esm): add missing exports (#4911)
|
2020-10-17 15:47:56 +02:00 |
|
Jan
|
a7af4a8837
|
docs(PresenceData): add YouTube and remove application (#4910)
|
2020-10-17 15:47:49 +02:00 |
|
Noel
|
89feedad98
|
revert: "fix(GuildEmojiManager): check for guild in methods that use it" (#4912)
This reverts commit 728b3f939c.
|
2020-10-17 15:46:10 +02:00 |
|
Jan
|
728b3f939c
|
fix(GuildEmojiManager): check for guild in methods that use it (#4886)
|
2020-10-17 15:40:39 +02:00 |
|
Sugden
|
7db6978012
|
fix(GuildMember): properly check permissions for hasPermissions (#4677)
|
2020-10-17 15:40:23 +02:00 |
|
Jiralite
|
6261dd65d3
|
fix(GuildEmojiCreate): Prevent double fire from emoji creation (#4863)
|
2020-10-17 15:40:04 +02:00 |
|
izexi
|
a45cc112e5
|
fix(GuildMemberManager): options.roles on 'prune' (#4838)
|
2020-10-17 15:39:29 +02:00 |
|
Constantinos
|
b8aa967226
|
ci: use npm ci instead of npm install (#4877)
Use npm ci instead of npm install when installing dependencies in CI.
|
2020-10-17 15:38:53 +02:00 |
|
Adrian Paschkowski
|
6e4308bfde
|
fix(GuildChannel): Default parentID to null (#4881)
|
2020-10-17 15:36:16 +02:00 |
|
Adrian Paschkowski
|
dd12912124
|
fix(Actions): Avoid crash in InviteCreate with unknown channel (#4882)
|
2020-10-17 15:36:02 +02:00 |
|
Adrian Paschkowski
|
937153a92f
|
fix(GuildMemberManager): Use actually random nonce in fetch (#4884)
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
|
2020-10-17 15:35:22 +02:00 |
|
Matt (IPv4) Cowley
|
c412cd7521
|
feat(Message): add messageEditHistoryMaxSize to limit stored msg edits (#4867)
|
2020-10-17 15:34:49 +02:00 |
|
cherryblossom000
|
4a6fb9a7d4
|
types(TextBasedChannel): make lastPinAt nullable (#4842)
This commit makes `TextBasedChannelFields#lastPinAt` nullable in the
typings.
|
2020-10-17 15:33:57 +02:00 |
|
cherryblossom000
|
824e92229d
|
types(Activity): move flags from Presence to Activity (#4843)
This commit moves the `flags` property from `Presence` to `Activity` in
the typings.
|
2020-10-17 15:33:37 +02:00 |
|
Jiralite
|
0b59141054
|
types(GuildPreview): Make description nullable (#4854)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2020-10-17 15:33:08 +02:00 |
|
yuta0801
|
b9ad51049e
|
fix(GuildChannel): make setTopic argument nullable (#4875)
|
2020-10-17 15:32:32 +02:00 |
|
monbrey
|
08286459cb
|
fix: jsdocs for Message#referencedMessage
Co-authored-by: Tristan Guichaoua <33934311+tguichaoua@users.noreply.github.com>
|
2020-10-08 08:15:08 +11:00 |
|
monbrey
|
2e96b9a606
|
fix(ApiMessage): finish renaming replyTo
|
2020-10-07 21:39:01 +11:00 |
|
monbrey
|
ef1856bb1f
|
Merge remote-tracking branch 'souji/maj/remove-msg-reply' into inline-replies
|
2020-10-07 21:09:05 +11:00 |
|
monbrey
|
4f7c207c99
|
feat(Message): inline reply method
|
2020-10-07 20:58:50 +11:00 |
|
monbrey
|
975b6cbd94
|
docs: update jsdoc for inline replies
|
2020-10-07 14:42:20 +11:00 |
|
monbrey
|
67c2e56647
|
refactor(InlineReplies): rename property, rework Message resolution
|
2020-10-07 14:18:17 +11:00 |
|
monbrey
|
ab0d6fc5c9
|
fix: check that Message#reference is defined in referencedMessage
|
2020-10-05 18:19:39 +11:00 |
|
monbrey
|
b8f50a09d2
|
feat(Message): add referencedMessage getter
|
2020-10-05 17:40:05 +11:00 |
|
monbrey
|
9f3108052c
|
feat(InlineReplies): provide support for inline-replying to messages
|
2020-10-02 16:10:36 +10:00 |
|
monbrey
|
a5ce6cfa9a
|
feat(InlineReplies): add typings for sending inline replies
|
2020-10-02 16:10:36 +10:00 |
|
monbrey
|
ab5ee838a3
|
feat(InlineReplies): add Message#replyReference property
|
2020-10-02 16:10:27 +10:00 |
|
monbrey
|
0ed281888d
|
feat(InlineReplies): add INLINE_REPLY constant/typing
|
2020-10-02 14:57:40 +10:00 |
|
almostSouji
|
bc4dc22c1f
|
feat(Message): remove reply functionality
|
2020-10-01 14:10:36 +02:00 |
|
Antonio Román
|
d2341654fe
|
fix(Rest): resolved a regression, added retried AbortError (#4852)
|
2020-09-29 18:05:54 +02:00 |
|
Jan
|
169d4c3bff
|
refactor(ReactionUserManager): use client property (#4829)
|
2020-09-25 23:46:31 +02:00 |
|