1539 Commits (6d57ddf11be8c2d51b77170b971a53cdfb0e76db)
 

Author SHA1 Message Date
Rapptz 462191a08b Implement zlib streaming for the gateway. 8 years ago
Rapptz 9b4a2dc7cb [commands] Minor speed-up for the BucketType.guild case. 8 years ago
Rapptz 1bb7b6ff2d [commands] Make CooldownMapping.get_bucket take Message instead. 8 years ago
ReinaSakuraba d53cada91e Fix TypeError in utils.oauth_url 8 years ago
MysterialPy bae6f80327 [commands] Split Cooldown state processing to two different functions. 8 years ago
Pandentia b22f7c76c5 Further clarify how bots can interact with emoji endpoints 8 years ago
Pandentia 51a696e674 Remove reference to "whitelisted" bots for emoji endpoints 8 years ago
ReinaSakuraba 13632faf97 Fix AppInfo.id being a string 8 years ago
Rapptz 065f408a10 Move pre-emptive message to DEBUG log level. 8 years ago
Rapptz 711dfb83ab Allow creating a channel with a category. 8 years ago
Rapptz 6d6ce14d7c Fix Guild.system_channel always returning None. 8 years ago
Rapptz f86ac47b28 Don't use Bulk Channel Edit endpoint if not actually moving channels. 8 years ago
Rapptz 148816c4e8 Temporarily add created channels to cache. 8 years ago
espeonofespeonage fd531297d2 Changed discord.Client.event to debug log success instead of info log. 8 years ago
Rapptz 54f2c71e71 Fix margins on <p> tags. 8 years ago
Rapptz 458cb83b47 Properly handle cases where a category is removed. 8 years ago
Rapptz dbf8b5bda6 Fix header size warnings. 8 years ago
Rapptz e3d69ce83d Add custom details directive. 8 years ago
Rapptz 8ed5fe472c More CSS fixes. 8 years ago
Rapptz 2bfd15ba89 Fix weird margins with unordered lists in the HTML5 output. 8 years ago
Rapptz de6cffa347 Try to build HTML5 for docs. 8 years ago
Rapptz 95c28f08e4 Fix sorting for channels. 8 years ago
Jake 3e00e7fe8a [guild] use a defaultdict in by_category 8 years ago
Giovani Irimea 06296bfaf6 Changed README from using Markdown to use reStructuredText 8 years ago
rooni 415ca9a774 Add webhook.url 8 years ago
Rapptz 025136076a Add an example for on_reaction_add waiting. 8 years ago
Rapptz 5e913b265b Change how coroutines are detected internally. 8 years ago
Rapptz 305cc3acfa Clarify VoiceClient.disconnect docs a little more. 8 years ago
Harmon 91e2163523 Fix typo in http.create_channel 8 years ago
Rapptz 7b2e06c263 Fix error when creating guild channels. 8 years ago
Rapptz e614f6b4cd [commands] Add CategoryChannelConverter 8 years ago
Rapptz 7df8897e3d Add Guild.create_category. 8 years ago
Steve C 233c2d80ef Fix grammar in abc docs, add new implementation 8 years ago
Rapptz 53b4890435 Add category support. 8 years ago
Rapptz e24914be0b [commands] Fix NameError when given an invalid prefix. 8 years ago
Rapptz 3cd1fdc1eb Document new features for guilds. 8 years ago
Rapptz 1367877d36 Fix crashing for now when a category is created. 8 years ago
Rapptz 8912625428 Fix docstrings for Webhook.send 8 years ago
Rapptz 4564b46f95 Quick start example doesn't respond to ourselves. 8 years ago
Rapptz 21fd94a449 Attempt to change how member functions are detected for Member objects 8 years ago
Rapptz dcde896e14 Fix __hash__ for Invite objects. 8 years ago
Nick 4db76c6c6b Switched places of user and reaction in wait_for example 8 years ago
ReinaSakuraba 12a371bfb8 [commands] Add MissingPermissions and BotMissingPermissions 8 years ago
ReinaSakuraba 10696a275b [commands] Have (bot_)has_permissions provide better failure responses 8 years ago
ReinaSakuraba 8646bddc90 [commands] Add MissingPermissions and BotMissingPermissions 8 years ago
Rapptz 63bca6604b Manually format reason parameter for kick and ban. 8 years ago
Rapptz ede1771960 Fix utils.get example. 8 years ago
Rapptz 62df23633a Sort roles by hierarchy instead of by ID. 8 years ago
Steve C 221df0ab02 Update embed property doc grammar 8 years ago
Rapptz 63fcfa6d02 [commands] Add CooldownMapping.from_cooldown factory classmethod. 8 years ago