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
7690455b21d3406cbea55b75a7ebb10423b8d14c authored about 8 years ago
496f5d04729d4e85f902999481b8feb2d482f3da authored about 8 years ago
7431a127cf33802c1bcc65beda8eb08cfa2b6655 authored about 8 years ago
5e6bfecb078f076f9b04b145d5241688507cbd5b authored about 8 years ago
98b981848d757e8fb66d4a874a3107c0e8de2963 authored about 8 years ago
d5b616fa1168dddaffd2a16d6d87c2e6406a4fc1 authored about 8 years ago
67099798319d59fa5dc06f43802cc411ac33426f authored about 8 years ago
633eacc98241c0bf0ba60e1e9151f6c0719e9bf3 authored about 8 years ago
a557858742a4921db315fd4dfd59324b1a67efa7 authored about 8 years ago
7eb73cdc7115ce655ff3cc3dfe7f5c1c2ec3f281 authored about 8 years ago
dceba9d962483a0f423e53d472e18c8cd84c0759 authored about 8 years ago
ec6c7f8b3479d6a2b13b66157cb5e989df5250ee authored about 8 years ago
4e175d36d3453c5c08ae398442f22151725f7e0e authored about 8 years ago
20ddc9f14fef58d28107631a15ad1445153fa42d authored about 8 years ago
406984af2e35b7f2f6b7cc50997e413ea7534cee authored about 8 years ago
9c000c5a72abe72bb56992770d17c1b0df2ff8e2 authored about 8 years ago
79a49f91458159564ae5a7696797829c6a848a5d authored about 8 years ago
This removes MessageChannel.upload.
a1c81419b792b07e6e395d8ab3039998109c126d authored about 8 years ago30394d03f2348d707f7e795ee3a40a5676ef7b34 authored about 8 years ago
802f6c91d4301d7e3ca54104d877633015931480 authored about 8 years ago
2c50c18ca3ffdc25c0785b8329044ac81a883905 authored about 8 years ago
42891c3084f35331be7d10376d2367c4c152cb27 authored about 8 years ago
c205eb352827f6197daefb0457ab49e5ea88bf84 authored about 8 years ago
We now store emojis in a global cache and make things like adding
and removing reactions part of...
59a0df5f985d4391c4b0af612c902bd6ac802920 authored about 8 years ago
5cb3ad14e8501961c2684498682bfb4e0fb016ff authored about 8 years ago
a7a60e433b5272abedfb05e064334b2365de0591 authored about 8 years ago
d1d54a468a88323a8ef7798ff084a1371d5893ec authored about 8 years ago
f33eaa4a611824dd831b3df4ddd9857fb66687c1 authored about 8 years ago
1070cf07359dc2df963b3697afae166d06da8c15 authored about 8 years ago
This splits them into the following:
* DMChannel
* GroupChannel
* VoiceChannel
* TextChannel
T...
53ab2631252bf0977446d762f07b3821edb151ee authored about 8 years ago20251c54a76810a030ea2604cedc88a6e66a11cc authored about 8 years ago
b9dafe375f7884bcbc1b9486b1ce20770e2c22bd authored about 8 years ago
e4b16851bf70e98c9f7dc15bb0ac2690073f8f09 authored about 8 years ago
45c729b167509deb5e389a7812d0ae8f4cbc4e72 authored about 8 years ago
Message.timestamp is replaced with Message.created_at. This commit
also affects how MESSAGE_UPDA...
Instead of storing one VoiceState per Member, only store them if
necessary. This should bring do...
044b0824e68c4dacdaf26ff52a741ca1b5118c9b authored about 8 years ago
643950abf844c2caac74642fdab45e8704bee915 authored about 8 years ago
31cd9ad37a0b68e217df3a54fb2a48d21ca8b6af authored about 8 years ago
This also increases the timeout for chunking by 30 seconds for every
chunk we're waiting for.
4d59bca4aa01976d58d7ad06217562778c70a54a authored about 8 years ago
bed2e90e825f9cf90fc1ecbae3f49472de05ad3c authored about 8 years ago
5731f3405d4d3497ad321362558a14eb3b38a86c authored about 8 years ago
00e30f3106cdd3e1e0728af3046b7a002454a31c authored about 8 years ago
fc1a7183a0df1d9b936dc3e5bf6f08fb2676c45e authored about 8 years ago
If a command or a group raised a CommandError derived exception it
would be wrapped into Command...
This is to support people who want to clean up some external resource
that the extension is main...
bafaf72c8913e8d3fd6695e19decc578a3b0ba33 authored about 8 years ago
Fixes #414.
c7946606f453feea7b52f2d68ab5b5c45271ef5c authored about 8 years ago
This commit allows you to edit a server's invite splash, query if
something has partnered featur...
Sometimes the bot would keep waiting for chunks that somehow finished
before getting to the `wai...
This was forbidding the Discord gateway from allowing us to RESUME
properly, causing an over-abu...
Help formatter was not checking global bot-level checks, resulting in
showing commands a user di...
51fda76555ec6ad4af021a9d566e7995df1d8c65 authored about 8 years ago
Fixes #409
b7c90a5e3dd39e707dab50b474afa1554f939200 authored about 8 years ago14a1bbcedac3ccd874d86e490e98e6d6314497f1 authored about 8 years ago
64733c0b1997b37dfc9c114b759799a6e5981d8d authored about 8 years ago
Eventual consistency ftw
c8fd8a9e1ad3485b8bb1efb6ac51baf4b0db21d2 authored about 8 years ago59d17e41370e7f31e93170e05b12a4aff7d171ae authored about 8 years ago
This is to allow people to set temporary local variables by injecting
them directly into the con...
Allow for easier use when trying to "reuse" the same discord.Embed
object by providing new metho...
Fixes #382
fb1f9ac65977f82cbec2ab89f975fa8b21eb48f9 authored about 8 years ago
This should satisfy those that have a one-line obsession and make things
a little bit easier if ...
92c3c2804d7f543adf1f17d17ac28455b07d3575 authored about 8 years ago
e8905fd41bb204b8d5244997f9a358a64adcd9ab authored about 8 years ago
44624b7f442724c047d6ab6fd16a301a5e0c4bc2 authored about 8 years ago
18178c26aa9f39d8770d710c6a63a8d1af95ddc8 authored about 8 years ago
These are currently unused since their use is pretty limited.
4c1fd2c9b1ee26cb4eab6337479e194b03e1cc29 authored about 8 years agocb370a0ca0dd29eb6717b81fae80a7e9c72f9411 authored about 8 years ago
a312f21bc32aaff154944f99075c83a1473c0bd4 authored about 8 years ago
af46718460d42cabe9c557719ef72e0df0742b54 authored about 8 years ago
a7ba0bb7c4a1e729b886db140b9538428c9c098f authored about 8 years ago
ae796e0d01f940a72e46abd28e7085aaa320fda1 authored about 8 years ago
Discord can sometimes send integer 0 as the emoji id instead of
null to signify a non-custom emo...
4fa13498699970752d1ab07edb715c11c6baccad authored over 8 years ago
Also fix a bug in the case that emoji parameter is `None`.
edcd1750c9c1bf4d35036ff818f9ce665daf5acb authored over 8 years agoAlso bump version to v0.14.1
f56dbb0379eabfe99c4fdeca1fbabc0bf5b0f6df authored over 8 years agoe68e3f955d58de695c74f58a354a899081c65900 authored over 8 years ago
0e856494ed3606eb41131681e3dca56a30dd058d authored over 8 years ago
0e8a92cbac26d6b5b2f34b972b3ea25e071627fd authored over 8 years ago
This changes the event signature to be (reaction, user) instead of
(message, reaction, user) sin...
Reaction objects with custom Emoji are partial. If we know of this Emoji
(can find it on this cl...
Reactions can be be standard emojis, or custom server emojis.
Adds
- add/remove_reaction
- ge...
158ac6bb50a23892afb17c737f56f297d662fe07 authored over 8 years ago
e2667a6f665d23421c59749a787029857abb9081 authored over 8 years ago
98d8c855d8cd62ccf6cc811869c6e714cd34c17c authored over 8 years ago
14def4b68eb403cc7fa8d72bc3d6e24dc7fc9ac2 authored over 8 years ago
25c262461e9913a833c87e71401fa994b73c5dfb authored over 8 years ago
b39de025c56b911c5ed77442b3ba9c99437c2bb4 authored over 8 years ago
8f0d16629ff37a12f70948e008075cb4ee97480d authored over 8 years ago
adf74eef76b15a054eea435ab3eb530e8882606a authored over 8 years ago
18a9b759909c6380a63b721ebf2b3a3c65a1b739 authored over 8 years ago
2927e5fd390eaa7d71a432b51633065c6ca2f9d9 authored over 8 years ago
1a624cd0376b0ee676803bb5550712063612855d authored over 8 years ago
Fixes #340
7c0be1cade3f19587db458bc0fbeafd560068e2d authored over 8 years ago5d8d3ab43a96705fc60885bae2671e4b217daf1d authored over 8 years ago
9322bc78beb6f527746646aaf4dfe24476f3de4f authored over 8 years ago
This deprecates Client.change_status in favour of the newer and more
correct Client.change_prese...
fc1155c16017d8c3294ac5896f93fbf1fb807024 authored over 8 years ago