Advaith
|
839c6da03d
|
feat(User): banners and accent colors (#6117)
* feat(User): support banners
don't mind it for now, just trying
* feat(User): support banners
* fix(Constants): declare dynamic
* fix(User): eslint
* typings: update User typings
* fix(User): add banner to equals and json bannerURL
* typings: missing dynamic
* refactor: xID to xId
* types: re-add typings
* feat: add banner color and fetch note
* feat: switch to accent color (swap hex and dec))
* Update src/structures/User.js
Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com>
* Update typings/index.d.ts
Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Koyamie <koyamie1@gmail.com>
Co-authored-by: Noel <icrawltogo@gmail.com>
Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com>
|
2021-08-24 21:32:18 +01:00 |
|
Justin
|
96e26c428d
|
feat(MessageAttachment): allow files to be marked as spoilers (#6509)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
|
2021-08-24 21:25:45 +01:00 |
|
Rodry
|
705c5a1c17
|
feat(ThreadChannel): add fetchStarterMessage (#6488)
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
|
2021-08-24 21:22:11 +01:00 |
|
Jiralite
|
57b94b9adf
|
feat(Message): Add method to resolve a component by id (#6484)
|
2021-08-24 21:20:43 +01:00 |
|
Megatank58
|
9ca10cce06
|
docs: fix wrong type being displayed in docs (#6504)
|
2021-08-24 21:20:23 +01:00 |
|
Rodry
|
fb50dd9841
|
feat: set methods for MessageActionRow and MessageSelectMenu (#6490)
|
2021-08-24 21:20:03 +01:00 |
|
Jeroen Claassens
|
7aff15a055
|
typings(MessageEmbed): allow null for setTimestamp (#6514)
|
2021-08-24 21:19:03 +01:00 |
|
Francis Rivard
|
21983de3e0
|
feat(Guild): Add Guild#maximumBitrate getter. (#6455)
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
|
2021-08-23 15:19:55 +01:00 |
|
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 |
|
Rodry
|
6cac03a394
|
types(ClientPresence): add type declarations and docs (#6450)
|
2021-08-17 21:49:36 +01:00 |
|
Milo
|
76cf52cd0d
|
chore(Typings): fix WebhookEditMessageOptions not having attachments (#6430)
|
2021-08-17 21:49:26 +01:00 |
|
monbrey
|
d289d5ccb7
|
feat(InteractionReponses): allow fetching of ephemeral messages (#6426)
|
2021-08-15 12:10:43 +01:00 |
|
Jiralite
|
2c449b6b48
|
fix(Sticker): Rename method correctly to _add (#6421)
|
2021-08-15 12:10:31 +01:00 |
|
ahmood
|
ecb6e50b46
|
fix(Message): fix typo (#6435)
|
2021-08-15 12:08:51 +01:00 |
|
Sugden
|
71fdf6fae0
|
refactor(Channel): make delete async (#6417)
|
2021-08-14 03:50:53 +01:00 |
|
monbrey
|
615afab8bb
|
docs: rename implementation of deferReply (#6412)
|
2021-08-13 01:24:05 +01:00 |
|
Jan
|
e6f48d849f
|
docs: remove unparsed examples (#6404)
|
2021-08-12 18:01:09 +01:00 |
|
Jiralite
|
dce8fc7b9d
|
fix(StageInstance): Ensure discoverableDisabled is not undefined (#6395)
|
2021-08-12 15:06:26 +01:00 |
|
Jiralite
|
44bbfa5c46
|
fix(WidgetMember): Default to null and not undefined (#6399)
|
2021-08-12 15:06:11 +01:00 |
|
Jiralite
|
4a64662a7d
|
fix(Guild): preferredLocale to always be a string (#6402)
|
2021-08-12 15:06:03 +01:00 |
|
monbrey
|
fff887b2f4
|
feat(CommandInteractionResolvedData): access to "raw" resolved data (#6384)
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
|
2021-08-12 15:04:40 +01:00 |
|
monbrey
|
d9456a1a76
|
fix(ContextMenuInteractin): store message as raw value (#6400)
|
2021-08-12 11:38:42 +01:00 |
|
DaStormer
|
de3c86f804
|
docs(ApplicationCommandData): fix type property (#6385)
|
2021-08-11 08:04:49 +01:00 |
|
monbrey
|
0266f28096
|
feat: right-clickybois (context menu support for ApplicationCommand and CommandInteraction) (#6176)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
|
2021-08-10 23:56:12 +01:00 |
|
ckohen
|
779e14ef61
|
docs: update links for api-docs (#6380)
|
2021-08-10 23:52:51 +01:00 |
|
Jiralite
|
49d3c0bf87
|
docs: Correct wrong interaction links (#6274)
* docs: Correct wrong interaction links
* docs: fix errors and apply single option
* Update src/structures/CommandInteraction.js
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2021-08-10 21:32:28 +01:00 |
|
Muhimur
|
f13d27ca2e
|
docs: grammar fixes (#6345)
|
2021-08-08 11:57:50 +01:00 |
|
Papageorgiadis Savvas
|
394d48649f
|
feat(Threads): max autoArchiveDuration option (#6304)
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2021-08-07 21:19:29 +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 |
|
TotallyNotNero
|
7787a7695a
|
docs: grammatical fix (#6311)
|
2021-08-06 13:15:23 +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
|
f473f43d08
|
feat(Collector): return a boolean on checkEnd (#6289)
|
2021-08-05 20:34:17 +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 |
|
Jan
|
4241febe24
|
refactor(Interaction): rename defer to deferReply (#6306)
|
2021-08-05 17:30:13 +01:00 |
|
DaStormer
|
5b4efd13c9
|
feat(Channel): add isVoice() (#6297)
|
2021-08-05 16:41:06 +01:00 |
|
Bluenix
|
b639b6c653
|
refactor(InteractionCollector): only keep Ids of objects (#6084)
Co-authored-by: monbrey <rsm999@uowmail.edu.au>
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2021-08-05 16:40:23 +01:00 |
|
monbrey
|
3eb41405f4
|
fix(BaseGuildTextChannel): call patch (#6298)
|
2021-08-04 23:45:26 +01:00 |
|
monbrey
|
5be471b47d
|
refactor(Channels): fix incorrectly shared properties (#6262)
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
|
2021-08-04 21:55:31 +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 |
|
muchnameless
|
3c7c82292a
|
refactor(MessageComponents): default setDisabled to true (#6279)
|
2021-08-03 23:10:04 +01:00 |
|
Rodry
|
7e0618f17a
|
fix(GuildChannel): setParent not working (#6276)
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
|
2021-08-02 19:38:30 +01:00 |
|
Sugden
|
e2e4f6518b
|
refactor(*): use async functions (#6210)
|
2021-08-02 00:47:43 +01:00 |
|
Kevin
|
7c540764f0
|
refactor(GuildChannel): use filter method for #members (#6253)
Co-authored-by: ckohen <chaikohen@gmail.com>
|
2021-08-01 16:58:06 +01:00 |
|
Jiralite
|
bb56f17760
|
docs(InteractionResponses): Correct @returns on responses (#6257)
|
2021-08-01 11:13:29 +01:00 |
|
Jiralite
|
24931d713b
|
refactor(VoiceState): Change kick to disconnect (#6251)
|
2021-07-31 21:04:10 +01:00 |
|
Rodry
|
a25e16599a
|
feat(MessageEmbed): add setFields method (#6186)
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
|
2021-07-31 13:15:49 +01:00 |
|
Rodry
|
331a9d3ffc
|
feat(ThreadChannel): add fetchOwner() method (#6207)
* feat(ThreadChannel): add owner and fetchOwner()
* fix(ThreadChannel): remove owner and return ThreadMember with fetchOwner
* fix(ThreadChannel): apply suggestions from code review
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
* fix(ThreadChannel): correctly point to the manager
* docs(FetchOwnerOptions): update desc to mention threads
* fix(ThreadChannel): fetchOwner can return null
* docs(ThreadChannel): owner is nullable
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
|
2021-07-31 13:00:33 +01:00 |
|