Jiralite
|
b9802f4b6f
|
refactor: deprecate v13 properties and methods (#7782)
* refactor: deprecate splitting
* refactor: deprecate `IntegrationApplication#summary`
https://github.com/discordjs/discord.js/pull/7729
* docs: amend store channel wording
* refactor: deprecate fetching of application assets
* docs: deprecate vip field in voice regions
|
2022-04-17 10:52:50 +02: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 |
|
Gus Caplan
|
42505b78c1
|
chore: add strict mode (#2974)
|
2018-12-03 15:19:10 -06:00 |
|
Kyra
|
b2707e9ee5
|
cleanup(VoiceRegion): remove no longer existing sampleHostname (#2759)
|
2018-08-18 10:57:08 +02:00 |
|
Will Nelson
|
cf7dcba1a5
|
Add toJSON methods (#1859)
* tojson things
* fix client
* ignore private properties
* remove extra property descriptors
* handle primitive flattening
* remove unused import
* add toJSON to collections
* reduce stateful props
* state
* allow custom prop names when flattening
* fix client
* fix build
* fix flatten docs
* remove guild.available, cleanup permissions, remove arbitrary id reduction
* fix util import
* add valueOf as needed, update member props
* fix incorrect merge
* update permissionoverwrites and permissions
remove serialization of permissions in PermissionOverwrites#toJSON.
change Permissions#toJSON to serialize permissions, by default excluding
admin checks.
* change Permissions#toJSON to return the primitive
* Permissions#toJSON explicitly return bitfield
|
2018-03-01 23:00:21 -06:00 |
|
Crawl
|
ac92d2cecc
|
Improve docs a bit
|
2017-04-30 04:30:44 +02:00 |
|
Gus Caplan
|
3f4cbd07dd
|
add voice region getting (#1108)
* add voice region getting
* clean up this mess
* add docstrings
* Update VoiceRegion.js
* Update RESTMethods.js
|
2017-01-18 19:14:44 -05:00 |
|