discord.js/src
Timo 9cb306c823
feat: replace disableEveryone with disableMentions (#3830)
* add ClientOptions#disableMentions and MessageOptions#disableMentions

* provide tests

* don't sanitize controlled mentions

* add @here mentions to tests

* fix indents (6 spaces instead of 8)

* add Util#cleanContent tests

* add typings for removeMentions

* replace @ with @\u200b AFTER cleaning content as suggested instead of using removeMentions

* better explanation of this option

* no newline in Util.removeMentions

* fix long line

* remove double space

* remove comments (change has been reverted)

* Use Util.removeMentions to remove mentions

* use Util.removeMentions in Util.cleanContent
2020-02-26 11:13:23 +00:00
..
client feat: replace disableEveryone with disableMentions (#3830) 2020-02-26 11:13:23 +00:00
errors feat(PartialGroupDMChannel): to support Invite#channel for group dms (#3786) 2020-02-22 13:25:27 +01:00
managers feat: GuildEmoji & Invite to GuildResolvable (#3637) 2020-02-24 18:27:34 +01:00
rest chore(deps): update deps and fix lint (#3833) 2020-02-24 23:14:31 +01:00
sharding chore(deps): update deps and fix lint (#3833) 2020-02-24 23:14:31 +01:00
structures feat: replace disableEveryone with disableMentions (#3830) 2020-02-26 11:13:23 +00:00
util feat: replace disableEveryone with disableMentions (#3830) 2020-02-26 11:13:23 +00:00
index.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
WebSocket.js src: sharding cleanup and checkReady rewrite (#3393) 2019-12-15 20:45:27 +01:00