Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/discordjs/discord.js

A powerful JavaScript library for interacting with the Discord API
https://github.com/discordjs/discord.js

add user account checkbox (#1640)

6bc7b3e0689b727e29cc67cc87bc9c631454f4e0 authored over 7 years ago
update tern file to actually work (#1630)

85615aa3a14e611342eb142a93488f0c8f20ee4c authored over 7 years ago
Fix toLowerCase errors in GuildAuditLogs (#1627)

822c1f533cf2a215c93814ba4f5a1a4b5ae7a557 authored over 7 years ago
setTimeout should use args (#1623)

4ce4dc019eeaa21d5b49d7ce800d3f84edee6555 authored over 7 years ago
make token not enumerable (#1620)

f1a74f214e7c66a754dbbad98a9ccca70cb389c7 authored over 7 years ago
update docs for discord api error (#1575)

* aaaaa

* Update DiscordAPIError.js

85ec7c64bc9334d76e95cda89a4a9c8417af4461 authored over 7 years ago
Fix VoiceConnection#authenticateFailed race condition (#1601)

b5de89a973d011a6628ec371362881b7a420aba9 authored over 7 years ago
Improve Message's ID attribute documentation (#1450)

Remove the implication that a Message object's ID is unique only to the channel it was sent on
...

ddfa57e96dac14bd25fd41e6b9c943c3ff61e192 authored over 7 years ago
added Guild#setExplicitContentFilter (#1583)

e3232bdb2bc91a418b09ff411e7ddf105902c396 authored over 7 years ago
fix merge conflict

86ec60bc0065b9cf23527a6ac755d90e9f6b4a92 authored over 7 years ago
Destructure certain imports (#1634)

7b442623462f7718f65fc9f30cd2a3fb3463caa3 authored over 7 years ago
Fixed Guild#deleteEmoji, it's now using the emoji's id (#1633)

029efe5cb07e10b1d77c4e725400007c8c098ade authored over 7 years ago
update tern file to actually work (#1630)

5891c0b4d7ecc92a474e291026054e6e8db96a23 authored over 7 years ago
Fix toLowerCase errors in GuildAuditLogs (#1627)

ead6d80c36adbeda4a267f7984a69cbfda064106 authored over 7 years ago
setTimeout should use args (#1623)

45cc175851d1b8fc3a059159470549b5a55b242a authored over 7 years ago
make token not enumerable (#1620)

0a337a4646c2b906a195182bddfcdf4a774fbcbf authored over 7 years ago
Errors Standardization (#1246)

* errors and stuff

* more errors

* all the errors

* fix build

63e54982f4f11d3f047858f4ebd2acccac4c81fe authored over 7 years ago
update docs for discord api error (#1575)

* aaaaa

* Update DiscordAPIError.js

602fe06f88bbb98bfc070419a80018c431a1ff21 authored over 7 years ago
clean up cdn resources (#1597)

* Create Constants.js

* Update Constants.js

cada8763a94c6698dbe362421b478324c78482fc authored over 7 years ago
Fix VoiceConnection#authenticateFailed race condition (#1601)

4ae4c975892dc717be423b5ca6a6ca0ac877194e authored over 7 years ago
renamed OAuth2Application#reset to resetSecret and added resetToken (#1541)

201ecd25a2e017c0be74ed2c68abc2c323813a87 authored over 7 years ago
sanity changes to search (#1593)

* Create Search.js

* Create Guild.js

* Create TextBasedChannel.js

* Create Search.js

...

7f8cc9c297ff2cb6954ffa5faf4e49fa42215602 authored over 7 years ago
Improve Message's ID attribute documentation (#1450)

Remove the implication that a Message object's ID is unique only to the channel it was sent on
...

fd79539ec346cb2e8de00f619bf17da14603d93a authored over 7 years ago
Update voice and shard examples (#1608)

* Update voice.js

message.channel.sendMessage(...) to message.channel.send(...)

* Update s...

e506995e4fe19a326b2c64c430c1c2b09f13dd39 authored over 7 years ago
Update avatar example for v12.0 (#1610)

User.displayAvatarURL was changed from a property to a method so I changed the example accordingly

1fadd0f8597491e45b04e3c1b31a17c0282e125f authored over 7 years ago
added Guild#setExplicitContentFilter (#1583)

e671a010cbb5dd7ca988b78fc4b6ec96f5dd7fd9 authored over 7 years ago
Wait for the websocket event when creating a guild (#1524)

* Wait for the websocket event when creating a guild

* using TOOK_TOO_LONG error

* resolve...

4f238222647aef1220e217546889bc9d664904e2 authored over 7 years ago
URI Encoding for reasons (#1606)

66cc5b2b531eb5291453f090fbf7eb6bac7f12de authored over 7 years ago
Correctly mapping overwrites when creating a channel and renamed all relevant property names as of #1562 (#1570)

* using correct properties to apply permissionOverwrites

and fixed `GuildChannel#clone`

* ...

00eebd34cb76e5366285025cb4deccfa0840618e authored over 7 years ago