Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/Rapptz/discord.py
An API wrapper for Discord written in Python.
https://github.com/Rapptz/discord.py
b4bc4dfd1217ab1e1f8cfefb520830adbab65d50 authored almost 8 years ago
1fc08bc5a2ad8bd8aba7b98c37eb6e9deeaa61c2 authored almost 8 years ago
d534a0989e1c1080d7361bb872545468174580ba authored almost 8 years ago
65bd510df615ce112d80913ff9b03508858f0ea3 authored almost 8 years ago
This is a complete redesign of the old voice code.
A list of major changes is as follows:
* Th...
3b1b26ffb1c9a75ac9c3f958d6e134ccddd6be07 authored almost 8 years ago38fd0928df62d99b43f40eaa3c74edd2d1faa72e authored almost 8 years ago
3983eb3ba53bd9a98bc5308993d849afc311e4c5 authored almost 8 years ago
22150b20b6f571d91cd631a367ff62c65997d7de authored almost 8 years ago
0e5bf090216e41762e04bf8aece5343ff89803d1 authored almost 8 years ago
728fae928563057785be34324b13a5f3ffc9b83e authored almost 8 years ago
cadf6960b747f0ac765947ed981b733847413823 authored almost 8 years ago
This shows the Shard ID in more places, along with a gateway trace and
session ID. Also helps sh...
3e15f46dcf12d1753f3d14860b913dd365361a39 authored almost 8 years ago
7da0884bfb8e653057866b63310dfbe411bd6bf7 authored almost 8 years ago
Also make sure it isn't dispatched unless the data meets the integrity
checks (i.e. not None).
580b4baef9e86e873f60f950951569881215a03d authored almost 8 years ago
e52532c06e2a45a52d217c2bde57b0c3de8d4534 authored almost 8 years ago
This is a breaking change. No longer does Messageable.send have a
filename keyword argument, ins...
e5c5695399ecb1daffda6903d26cf0ab0f8b3f70 authored almost 8 years ago
bcfb31779d8daab92f6c60320ba22deb285beb7f authored almost 8 years ago
There were some dead-locking issues that I suspect were due to the
way the global rate limit was...
af0ba17885774cc64070e0668be6d0c874adecf4 authored almost 8 years ago
WeakValueDictionary cleans up too late and brings too little benefit.
Also clean up the state wh...
e1c32626ba2011a7d5d7dd2d8d115f4d4e104c77 authored almost 8 years ago
5c5e7ae1d6e57ded1b2b0f2b5bf2db138ef6e8ea authored almost 8 years ago
This is a breaking change. The original purpose of no_pm has been
mainly a legacy aspect. They c...
There is potential that when recreating the Emoji list in the
GUILD_EMOJIS_UPDATE event would ju...
This was causing the exception to be suppressed and print 'NoneType'
instead.
fde35848f6e2041c782bc51759f7cc1249d1130f authored almost 8 years ago
b88658f42fbe1af869745be649a1de579d798f4d authored almost 8 years ago
The library had a memory leak in the case using the global emoji cache.
When the bot would leave...
This reverts commit 730a0e2d5375a5c49bcc2a146f0cde1e7dc85f24.
46951e27f70797a66a0211ce8ce0151490f0866e authored almost 8 years ago4160cd7d12f54337d66f5d2994c3b7c537fbf054 authored almost 8 years ago
This should prevent asyncio.CancelledError from being propagated more
and suppressed "Task was d...
9fcbe5c6789976afab0e6db959cb6e38d3f1f7c4 authored almost 8 years ago
Apparently this doesn't cause any issues with the existing code as-is.
I suspect the real issue ...
Hopefully this means when the bot has some lingering object for
whatever reason, the memory does...
8a34c412ed7db29ec9d64a34cac6ce7d4aa15095 authored almost 8 years ago
31a70934330c115fe068208d3dd1015b7f7da967 authored almost 8 years ago
fd62c8a4f1cc6859d860ebd89d3da5c3e4caebf7 authored almost 8 years ago
5461bfb4752dad1c0b9d9792c4993bac1f0105af authored almost 8 years ago
a0cdb19c5f19db518111aa56d227b1c9bca755bd authored almost 8 years ago
This replaces HelpFormatter.get_command_signature for the most part.
3087600c8da40c34e560e37e0540f4c888134402 authored almost 8 years ago
This is a breaking change as GroupMixin.commands now returns a set
of unique Command objects.
Self-explanatory. This should help create help commands for a cog
more easily.
c90e52450adb063f2b50fbc24da4c74e326e5058 authored almost 8 years ago
4ffded622acc95e0953867e32781ebedb6629513 authored almost 8 years ago
df0f1bfbdf96b2aa98fe761e7b98ead87acb7ed5 authored almost 8 years ago
0321558decb4669a97eb9b69b1f9dbe12b9e2f32 authored almost 8 years ago
Apparently, checking if something is not None and then calling it is
faster than having an ident...
c089aa199b1a7937a0e84d6da428b4da284bc1db authored almost 8 years ago
1239e88d0521d5f4d2251629f4be2c2650619b9f authored almost 8 years ago
9c6d9f1a84039bfb61d8d839f63818550c6171a8 authored almost 8 years ago
058f1f13eb64064f2b0ce1c2d155beb4a4398d49 authored almost 8 years ago
d87d4e716f8e292c48a17c2ac0aed67d66be9b3c authored almost 8 years ago
ead18e3948fa3be5a5844a298a24268fffaaa597 authored almost 8 years ago
96a43fa9e3b599a89d2fcb879abd6775def05ccc authored almost 8 years ago
76e76f2905d93d5ef16ff2c9015c7bd4918628b8 authored almost 8 years ago
c4c17351c671145d8ea26233feae67c7179fe564 authored almost 8 years ago
aa411012370b474623a26c5c4bbb1101de7ce01c authored almost 8 years ago
98cfb53d3b15a50e7f4a8b4df287f82c76ae0b30 authored almost 8 years ago
Rely on is_closed() instead since this is the true metric of a clean
closure.
e78a5c0643f6fcee98750acb6613a81edcc8a4ae authored almost 8 years ago
39d65305a346977736074896837f06df0043d76c authored almost 8 years ago
cf40e94af600ec0e75fdc2b15888261394672e69 authored almost 8 years ago
aa59762c041e107a9ebc699b5d78644a7e9aea5f authored almost 8 years ago
8daf411c727d4bf23beba569cd054d8f69df7de5 authored almost 8 years ago
f7524c9919d078c4fab1e8f57174192ef94528f5 authored almost 8 years ago
9a1215e13bf3eb5e2d8dca797dc563a1f722c02e authored almost 8 years ago
751933f0683f71127e78a82d1fc54444223befc6 authored almost 8 years ago
This is a breaking change. Move these two to TextChannel since the
other things that implement M...
f6fcb62c7b14b63c416407a673c5a1fcf2128404 authored almost 8 years ago
Fixes #494
29f676c42ea69a22c948406cb2a24142f6e97bc4 authored almost 8 years agob2ffeac2976654691f0a9ed5b748dc94e5422e4b authored almost 8 years ago
1b3234ab643bd8ebd901048fcf7571517ff0ddfe authored almost 8 years ago
9d4f3ebb431df19892a18b9e5cf6be75e6d92bbd authored almost 8 years ago
Use ClientUser.email instead.
e16a1e583eed73433bdb94c64bbd999dbcf2b1c7 authored almost 8 years agoAlso make it work on user accounts.
Fixes #456.
0e8b260d45369e4b606d3df45d166854f0431950 authored almost 8 years ago2fe5da836c583d121d5834cf16dd5c801f41a428 authored almost 8 years ago
9cb89f019e87945930065c6ee82bd0e83754c76b authored almost 8 years ago
67912193ec7bdb2c93e207d827dec8c4007373df authored almost 8 years ago
b8727fd4632b9a712147043045634c0a5dd8ecd8 authored almost 8 years ago
702d596af964bf348fd02b31ca61f255b19f2ea3 authored almost 8 years ago
b7488d7c6e8eddeb7807fbd942a6d6d7806d055b authored almost 8 years ago
c6d26216a6888a7fa5813e6db9e432293ae18938 authored almost 8 years ago
54f297c24facc603c6f0de04e166083a6c418acd authored almost 8 years ago
6516932e67a50ad8539e44cc1fd009b80165816e authored almost 8 years ago
58fa5fdc9acc34661a5ceccd86a5aa23a2b2f897 authored almost 8 years ago
a6b180b5ad8764499abb928506ec4c83b71714dc authored almost 8 years ago
bb8f5f4725104d55b1270dedab29e45fca8e3932 authored almost 8 years ago
132ac45010edd5ac6c2648aafd1755d76026a14b authored almost 8 years ago
6166cbc2e76f52d7127074e330ed65aef54fa84f authored almost 8 years ago
c8250d7cd5234d443bc69631ebe450f26b6b2b96 authored almost 8 years ago
This allows for you to create converters that can have varying
behaviour using the converter's _...
dcf826c09b4fe849143349d1583d65c0e06c7629 authored almost 8 years ago
Fixes #480.
8e654bd52ad2fc8fb6e9ffecfbd50f2482a5f38d authored almost 8 years agob6bff5172a99046c8d2a1aa017be0e4110c7fd24 authored almost 8 years ago
1ec7daf37296a958c73d6729bfddf57bfa0fb3f1 authored almost 8 years ago
bf11bb4b4fd145d4388dc15f70da89dd4442c244 authored almost 8 years ago
This should allow easier querying on what argument is missing.
Fixes #470.
7bc3750c273829727d33da5358e0b2477ef69ed7 authored almost 8 years ago