Commit Graph

  • 300c0f7b19 Pip version requires require all 3 digits. Rapptz 2017-12-28 21:39:25 -05:00
  • 5c65acd9b3 Add some dependencies for RTD. Rapptz 2017-12-28 21:34:41 -05:00
  • f5a443fa8f Add support for animated emoji to commands ext EmojiConverter Joshua Butt 2017-12-22 14:59:21 +10:00
  • da9828c41f Use the proper endpoint for removing your own reaction. Rapptz 2017-12-21 19:20:48 -05:00
  • 97fc4bf651 Update Emoji.url to point to the GIF version of the animated emoji. Rapptz 2017-12-21 18:55:13 -05:00
  • a6bf792dec Animated emoji support. Rapptz 2017-12-21 18:50:34 -05:00
  • e2f7945f59 Proper variable name in Client.clear. Rapptz 2017-12-20 09:45:09 -05:00
  • 5c5a59c18e Add Client.clear to clear the bot's internal state to a clean slate. Rapptz 2017-12-16 21:36:39 -05:00
  • 45432ab26f Update README to point to new server. Rapptz 2017-11-28 17:07:13 -05:00
  • fc9eb93486 Point to the new server and vanity URL. Rapptz 2017-11-28 17:04:58 -05:00
  • e4cafb5057 Add ChannelType.category enum value. Rapptz 2017-11-28 17:02:38 -05:00
  • 54ea52c86f Prefix sha to fix leading zeros being stripped khazhyk 2017-11-18 23:56:01 -08:00
  • ceb82ecc7b Fix self._process not existing during cleanup() in case of error Daniel 2017-11-21 17:51:34 -05:00
  • 89f9009a28 [commands] Fix minor spelling mistake S Stewart 2017-11-20 09:00:32 -06:00
  • 096584733e Stop asyncio.async throwing a syntax error in 3.7. MysterialPy 2017-11-13 22:07:54 +10:00
  • 98c8928934 Missing Voice Regions Mippy (William) 2017-11-06 19:51:28 -08:00
  • 542924d5df Fixed a zero division error when accessing latencies verixx 2017-11-02 20:52:26 +11:00
  • b5bc5a36ce Fix Spelling Error Mippy (William) 2017-10-30 18:57:40 -07:00
  • 5013102574 Fix Webhook.delete not working. Rapptz 2017-11-07 05:36:55 -05:00
  • 89bbbec37e Missing name parameter in VoiceChannel.edit documentation. Rapptz 2017-10-26 05:36:19 -04:00
  • f0c53e4519 Fix URI quoting in Route. Rapptz 2017-10-24 00:50:20 -04:00
  • ebecb90c96 is_avatar_animated should always return bool khazhyk 2017-10-18 22:03:00 -07:00
  • 6fc2b51dea Quote all Route params Gorialis 2017-10-20 05:57:33 +09:00
  • 98a054e19e Use local version identifer for SHA khazhyk 2017-10-14 20:40:58 -07:00
  • 47a58d354d Reimplement zlib streaming. Rapptz 2017-10-14 21:17:27 -04:00
  • 9f1bb19d77 Fix extra in __all__ export for gateway Rapptz 2017-10-14 17:02:50 -04:00
  • c3a727ac7e Show sha1 for development versions. khazhyk 2017-10-12 21:32:26 -07:00
  • 92a37c2e4f Revert "Implement zlib streaming for the gateway." Rapptz 2017-10-14 15:22:39 -04:00
  • 462191a08b Implement zlib streaming for the gateway. Rapptz 2017-10-12 22:53:20 -04:00
  • 09bd2f4de7 Remove handling of ReconnectWebsocket Anis B 2017-10-11 05:42:15 +02:00
  • 1cd50919a1 Raise ResumeWebsocket in case of RECONNECT Anis B 2017-10-11 05:40:30 +02:00
  • 192f57efef Actually resume on opcode RECONNECT Anis B 2017-10-11 05:14:57 +02:00
  • 9b4a2dc7cb [commands] Minor speed-up for the BucketType.guild case. Rapptz 2017-10-08 07:57:58 -04:00
  • 1bb7b6ff2d [commands] Make CooldownMapping.get_bucket take Message instead. Rapptz 2017-10-08 07:52:56 -04:00
  • d53cada91e Fix TypeError in utils.oauth_url ReinaSakuraba 2017-10-04 21:27:31 -07:00
  • bae6f80327 [commands] Split Cooldown state processing to two different functions. MysterialPy 2017-09-27 21:37:07 +10:00
  • d50acf79f8 ran faq through a spelling and grammar checker Sleepy Flower Girl 2017-10-02 20:11:35 -04:00
  • b22f7c76c5 Further clarify how bots can interact with emoji endpoints Pandentia 2017-10-03 00:22:06 +02:00
  • 51a696e674 Remove reference to "whitelisted" bots for emoji endpoints Pandentia 2017-10-03 00:10:01 +02:00
  • 13632faf97 Fix AppInfo.id being a string ReinaSakuraba 2017-10-02 13:38:05 -07:00
  • 44a4a473ab Version bump to v0.16.12 v0.16.12 Rapptz 2017-10-01 15:12:19 -04:00
  • 065f408a10 Move pre-emptive message to DEBUG log level. Rapptz 2017-10-01 13:43:20 -04:00
  • 711dfb83ab Allow creating a channel with a category. Rapptz 2017-09-29 05:51:40 -04:00
  • 6d6ce14d7c Fix Guild.system_channel always returning None. Rapptz 2017-09-26 22:56:26 -04:00
  • f86ac47b28 Don't use Bulk Channel Edit endpoint if not actually moving channels. Rapptz 2017-09-24 04:55:10 -04:00
  • 148816c4e8 Temporarily add created channels to cache. Rapptz 2017-09-23 18:54:12 -04:00
  • fd531297d2 Changed discord.Client.event to debug log success instead of info log. espeonofespeonage 2017-09-23 12:50:12 +01:00
  • 54f2c71e71 Fix margins on <p> tags. Rapptz 2017-09-22 03:11:37 -04:00
  • 458cb83b47 Properly handle cases where a category is removed. Rapptz 2017-09-21 22:15:47 -04:00
  • dbf8b5bda6 Fix header size warnings. Rapptz 2017-09-21 21:16:00 -04:00
  • e3d69ce83d Add custom details directive. Rapptz 2017-09-21 21:15:37 -04:00
  • 8ed5fe472c More CSS fixes. Rapptz 2017-09-21 19:38:33 -04:00
  • 2bfd15ba89 Fix weird margins with unordered lists in the HTML5 output. Rapptz 2017-09-21 18:37:22 -04:00
  • de6cffa347 Try to build HTML5 for docs. Rapptz 2017-09-21 18:04:46 -04:00
  • 95c28f08e4 Fix sorting for channels. Rapptz 2017-09-21 00:11:36 -04:00
  • 3e00e7fe8a [guild] use a defaultdict in by_category Jake 2017-09-20 21:08:46 -07:00
  • 06296bfaf6 Changed README from using Markdown to use reStructuredText Giovani Irimea 2017-09-17 06:22:39 +02:00
  • 415ca9a774 Add webhook.url rooni 2017-09-18 19:31:20 +02:00
  • 025136076a Add an example for on_reaction_add waiting. Rapptz 2017-09-18 05:46:51 -04:00
  • feba1d043f Sort member roles in GUILD_CREATE Rapptz 2017-09-17 00:01:31 -04:00
  • 5e913b265b Change how coroutines are detected internally. Rapptz 2017-09-16 13:35:00 -04:00
  • 305cc3acfa Clarify VoiceClient.disconnect docs a little more. Rapptz 2017-09-16 13:29:36 -04:00
  • 91e2163523 Fix typo in http.create_channel Harmon 2017-09-13 18:05:09 -05:00
  • 7b2e06c263 Fix error when creating guild channels. Rapptz 2017-09-13 18:47:40 -04:00
  • e614f6b4cd [commands] Add CategoryChannelConverter Rapptz 2017-09-13 17:17:04 -04:00
  • 7df8897e3d Add Guild.create_category. Rapptz 2017-09-13 17:01:42 -04:00
  • 233c2d80ef Fix grammar in abc docs, add new implementation Steve C 2017-09-13 13:54:09 -04:00
  • 53b4890435 Add category support. Rapptz 2017-09-13 09:38:05 -04:00
  • e24914be0b [commands] Fix NameError when given an invalid prefix. Rapptz 2017-09-12 04:22:13 -04:00
  • 3cd1fdc1eb Document new features for guilds. Rapptz 2017-09-12 04:21:15 -04:00
  • 1367877d36 Fix crashing for now when a category is created. Rapptz 2017-09-08 21:28:45 -04:00
  • 8912625428 Fix docstrings for Webhook.send Rapptz 2017-09-08 04:23:11 -04:00
  • 4564b46f95 Quick start example doesn't respond to ourselves. Rapptz 2017-09-05 07:03:09 -04:00
  • 21fd94a449 Attempt to change how member functions are detected for Member objects Rapptz 2017-09-04 20:03:50 -04:00
  • dcde896e14 Fix __hash__ for Invite objects. Rapptz 2017-09-04 20:03:07 -04:00
  • 4db76c6c6b Switched places of user and reaction in wait_for example Nick 2017-08-30 16:30:16 -05:00
  • 12a371bfb8 [commands] Add MissingPermissions and BotMissingPermissions ReinaSakuraba 2017-08-30 20:18:41 -07:00
  • 10696a275b [commands] Have (bot_)has_permissions provide better failure responses ReinaSakuraba 2017-08-30 18:17:02 -07:00
  • 8646bddc90 [commands] Add MissingPermissions and BotMissingPermissions ReinaSakuraba 2017-08-30 17:55:48 -07:00
  • 63bca6604b Manually format reason parameter for kick and ban. Rapptz 2017-08-30 17:58:53 -04:00
  • ede1771960 Fix utils.get example. Rapptz 2017-08-30 01:37:25 -04:00
  • bf269db9e7 Version bump to v0.16.11 v0.16.11 Rapptz 2017-08-29 22:38:18 -04:00
  • e8d273cf8c Sort roles by hierarchy rather than by ID. Rapptz 2017-08-29 22:37:57 -04:00
  • 62df23633a Sort roles by hierarchy instead of by ID. Rapptz 2017-08-29 16:23:29 -04:00
  • 221df0ab02 Update embed property doc grammar Steve C 2017-08-29 15:48:10 -04:00
  • 63fcfa6d02 [commands] Add CooldownMapping.from_cooldown factory classmethod. Rapptz 2017-08-27 16:59:04 -04:00
  • 1c967e9a7c [commands] Export cooldown classes as well. Rapptz 2017-08-27 16:55:23 -04:00
  • 4d421377e4 Fix on_guild_join param doc Steve C 2017-08-27 02:46:35 -04:00
  • 5e2d915375 Add pinning to manage_messages doc Steve C 2017-08-27 02:06:07 -04:00
  • 94e2c0e661 Add upload from URL to the FAQ. Rapptz 2017-08-25 09:07:30 -04:00
  • 99bd595f5e Rename webhook parameters to payload to avoid shadowing. Rapptz 2017-08-24 22:23:14 -04:00
  • e7d3085445 Webhook URLs can have dashes and underscores. Rapptz 2017-08-22 17:52:10 -04:00
  • 7ee63a26f0 Fix docstring Ethan 2017-08-21 20:50:59 -04:00
  • 7ee5dc22fb Fix a couple docstrings Steve C 2017-08-21 23:45:34 -04:00
  • 8eb6fa0329 Fix multi-part sending with aiohttp in webhooks. Rapptz 2017-08-22 00:26:43 -04:00
  • 754f3a2ae9 Don't make session a keyword only argument. Rapptz 2017-08-21 14:57:57 -04:00
  • 84f38b166e Add atomic keyword argument for member role editing operations. Rapptz 2017-08-21 10:40:24 -04:00
  • e5ebea75a9 Lazily fetch Emoji.roles and Emoji.guild to prevent memory leaks. Rapptz 2017-08-21 06:16:50 -04:00
  • ae9d73474d Game objects are really dumb. Rapptz 2017-08-21 02:49:49 -04:00
  • f1e59ea933 Game objects are really dumb. Rapptz 2017-08-21 02:49:49 -04:00