Commit Graph

  • ce3ede1551 Implement PartialEmoji == Emoji (fixes #1627) Ben Mintz 2018-11-15 12:06:35 -06:00
  • 85b5286056 Fix user/user_id documentation for reaction remove events MusicOnline 2018-12-28 14:00:18 +08:00
  • e1c94a3b1c Do None instead of falsy checks on Command attributes Devon R 2018-12-22 21:52:40 +09:00
  • dc8aa7c35b Change Greedy behaviour slightly during conversion errors. MusicOnline 2018-12-22 11:30:11 +08:00
  • 0614e2af90 Use a tuple for startswith in mime detection code. Valentin 2018-12-21 21:55:16 +01:00
  • febb8a965c Allow additional parameters on channel creation Tyler 2018-12-18 14:14:13 -06:00
  • eab0a4f38d Fix typo in Permissions.all_channel StarrFox 2018-12-16 21:04:20 -06:00
  • 33dc3411ac Fix Webhook states for stateful objects Dice 2018-12-16 11:00:30 -05:00
  • 7f4c57dd5a Fix overwriting of AuditLogDiff.roles for multiple $add/$remove keys Rapptz 2018-12-31 08:39:28 -05:00
  • dec14faea9 Log rate limit hits into WARNING instead of INFO. Rapptz 2018-12-27 08:21:10 -05:00
  • b79a53cae4 Fix typo in exception message in Guild.edit Rapptz 2018-12-17 22:33:07 -05:00
  • 648e62031d Add support for explicit_content_filter in Guild.edit Rapptz 2018-12-17 18:04:32 -05:00
  • 26bb6c6ddc Fix some lingering attribute setting issues. Rapptz 2018-12-14 21:59:31 -05:00
  • c7396dc8ac Add support for mobile indicators and per-client statuses. Rapptz 2018-12-14 20:51:04 -05:00
  • 93d576a65b Add support for spoiler attachments. Rapptz 2018-12-14 19:09:25 -05:00
  • dd884a6afe Update Message.mention_everyone docs to include @here Laurenz 2018-12-13 12:17:11 +01:00
  • 2c7c541f4e Added User.mutual_friends() CapnS 2018-12-12 01:14:42 -06:00
  • bda690c32f [commands] Remove message being required from Role/Member converters. Dice 2018-12-05 18:57:07 -05:00
  • f45aef7c2e Handle implicit perms in discord.VoiceChannel.permissions_for Michael H 2018-12-02 17:55:00 -05:00
  • 068d953b42 Add override to close() method to the websocket subclass. CraftSpider 2018-12-01 22:45:37 -05:00
  • dd41dac680 Fix AttributeError in webhook.send Chris Rrapi 2018-11-29 05:23:15 -05:00
  • 66e5033785 Fix documentation for NotificationLevel Chris R 2018-11-26 13:40:06 -05:00
  • e6a8eb1a7c Fix bug in Guild.splash_url Rapptz 2018-11-26 02:04:01 -05:00
  • 1f2602d11e Support discordapp.com invite URLs. Rapptz 2018-11-25 04:54:12 -05:00
  • 8b18fa307b Add support for default notification level in audit logs and Guild.edit Rapptz 2018-11-25 01:42:33 -05:00
  • c30b016bb5 Support webp in _get_mime_type_for_image khazhyk 2018-11-23 19:45:12 -08:00
  • 1ac432d9f0 Add Guild.default_notifications Chris 2018-11-13 08:04:45 -05:00
  • 016963500b [commands] Add support for IDs in the role related checks. Xua 2018-11-11 13:47:19 +13:00
  • 6bfd92e4a5 Fix is_in_guild example check LyricLy 2018-11-12 12:09:43 +13:00
  • 4f501f62e6 Translated some parts of the documentation to Japanese. Episword 2018-11-11 21:27:47 +09:00
  • 5a585ebf20 Add channel category cooldown bucket type Dice 2018-11-04 01:51:03 -04:00
  • 53c7d940c9 Outline the logic of bool converters scragly 2018-11-02 21:56:23 +10:00
  • cec7ced1a4 Group Advanced Converters and Inline Advanced Converters scragly 2018-11-02 21:26:11 +10:00
  • 24c0946a93 bot.unload_extension: also allow events with no module bmintz 2018-11-02 03:38:50 +00:00
  • c3f99682de Trim whitespace in artist names in Spotify.artists Amit Katz 2018-10-30 13:58:17 +02:00
  • a105f8b8cc Webhooks: add support for multi-file upload Terrance 2018-10-29 07:58:21 +00:00
  • 7fe4c999fb Actually drop copy.copy in Member Hornwitser 2018-10-27 16:17:51 +02:00
  • e89e7dfe93 Add support for multiple activities SnowyLuma 2018-10-25 15:11:02 +02:00
  • c184b0a53d add support for Bug Hunter and Early Supporter flags bmintz 2018-10-17 22:50:17 +00:00
  • dd5762d9ed Add missing asyncio imports from the examples Capn 2018-10-12 14:03:33 -05:00
  • 1c3a5831f9 [lint] Removed unused variable handler Hornwitser 2018-10-17 03:56:00 +02:00
  • 0e7b378151 [lint] Remove extra whitespace in guild.py Hornwitser 2018-10-17 03:31:37 +02:00
  • df144b0959 [lint] Changed missed docstrings to raw-string Hornwitser 2018-10-17 03:29:33 +02:00
  • efb4ff850e [lint] Fix import order Hornwitser 2018-08-01 15:24:33 +02:00
  • ed6451b9da [commands] Remove duplicated quote entries Hornwitser 2018-07-31 18:22:02 +02:00
  • 34fd266cf9 [lint] Do log formating lazily Hornwitser 2018-07-31 18:19:43 +02:00
  • a0634b3eea [lint] Simplyfy util.valid_icon_size Hornwitser 2018-08-09 14:17:03 +02:00
  • 51d626eabe [lint] Remove redundant paranthesis Hornwitser 2018-08-09 14:15:44 +02:00
  • 633192b3cd [lint] Replace equality comparisons to singletons Hornwitser 2018-06-22 16:56:02 +02:00
  • fa46b07db1 [lint] Rename exception variables to exc Hornwitser 2018-08-01 11:41:15 +02:00
  • 4ae8e81660 [lint] Remove redundant exception variables Hornwitser 2018-08-01 11:36:46 +02:00
  • a71b3b5fa0 [lint] Limit unneccessarily broad except clauses Hornwitser 2018-06-22 15:12:56 +02:00
  • 860d6a9ace Revert "Rework documentation to not duplicate inherited members." Rapptz 2018-10-11 03:42:01 -04:00
  • e12db3a25d [commands] Add call_once keyword-only parameter for Bot.remove_check Rapptz 2018-10-11 02:52:07 -04:00
  • 3727ea9811 Add Guild.splash_url_as Matt (IPv4) 2018-10-05 16:42:13 +01:00
  • fed01c5e15 Remove outdated note about bot accounts. MusicOnline 2018-10-05 16:49:05 +08:00
  • b89e531088 Remove "Is there any documentation for ext.commands?" FAQ MusicOnline 2018-10-05 18:23:27 +08:00
  • 5ec3875ec8 Update set "Playing" status FAQ MusicOnline 2018-10-05 18:19:18 +08:00
  • 1da6962580 Fix up Guild.create_custom_emoji docstring. Rapptz 2018-10-03 05:45:55 -04:00
  • 96981210b3 Rework documentation to not duplicate inherited members. Rapptz 2018-10-03 05:45:30 -04:00
  • 60d86b6c1a Add note regarding MORE_EMOJI in Guild.create_custom_emoji MusicOnline 2018-10-03 14:42:04 +08:00
  • 2f84d05f0b Correct Guild.create_custom_emoji documentation MusicOnline 2018-10-02 21:09:07 +08:00
  • 836ae73040 Add support for AuditLogDiff.slowmode_delay. Rapptz 2018-09-25 21:56:41 -04:00
  • 45af0c83de [commands] Fix NameError in clean_content converter Rapptz 2018-09-25 19:47:10 -04:00
  • e29e3438ec Don't try to close shards if there are none yet. Gorialis 2018-09-26 02:19:42 +09:00
  • 77239e4f15 Fix NameError and duplicate insertion bug when moving roles. Rapptz 2018-09-24 23:55:05 -04:00
  • 54e9401a21 Update Japanese documentation strings Rapptz 2018-09-24 23:42:20 -04:00
  • 99b1390e5a [commands] Elaborate more on disallowed types in Greedy and Optional Rapptz 2018-09-24 23:39:25 -04:00
  • 2721689254 Optimise tight loops in DiscordGateway.received_message Rapptz 2018-09-24 23:22:49 -04:00
  • 095f0ec2fc Optimise some member and user related routines. Rapptz 2018-09-24 22:50:05 -04:00
  • 95d8bb2e85 Change internal representation of roles in Member and Emoji. Rapptz 2018-09-24 22:06:49 -04:00
  • 3d03dbc451 Change internal role storage in Guild to a dict instead of a list. Rapptz 2018-09-24 21:05:41 -04:00
  • 12cb074316 Take the default role property into account when comparing roles. Rapptz 2018-09-24 20:19:47 -04:00
  • 418048b98a [commands] Fix up Greedy documentation a bit. Rapptz 2018-09-24 04:21:58 -04:00
  • 21cb700d2c Forgot to add these images. Rapptz 2018-09-24 04:06:34 -04:00
  • 814b03f5a8 [commands] Add commands.Greedy converter and documentation. Rapptz 2018-09-24 03:56:32 -04:00
  • 00a445310b [commands] Allow for backtracking parsing with typing.Optional Rapptz 2018-09-23 06:12:26 -04:00
  • 8ef509883a [commands] Properly parse bool when inside a typing.Union zephyrkul 2018-09-20 21:51:05 -06:00
  • 262c0d3a9e Correct note note about editing emoji in Guild.create_custom_emoji. Vexs 2018-09-17 02:10:33 -05:00
  • 9af0e54cd3 Correct ClientException message raised in invocation hooks. MusicOnline 2018-09-16 23:27:42 +08:00
  • 2c1ba84346 Add colour attribute for BaseUser MusicOnline 2018-09-16 22:46:05 +08:00
  • 53433bca48 Translate some more files to Japanese Episword 2018-09-15 23:24:25 +09:00
  • d092c6635b Fix webhook_update from code review Jeremy Zhang 2018-08-23 06:49:53 +00:00
  • 17f9916b03 Simple parser for WEBHOOKS_UPDATE Jeremy Zhang 2018-07-09 05:29:02 +00:00
  • 51a03d96e0 Update Japanese string dump. Rapptz 2018-09-15 09:54:32 -04:00
  • 5c24e69cf2 Fix up the Sphinx strings causing warnings. Rapptz 2018-09-15 09:54:00 -04:00
  • 0352c80a17 Add support for Discord's slow mode. Rapptz 2018-09-14 22:52:39 -04:00
  • 21309c2d72 Removed inaccurate note on emoji.py Tarek1337 2018-09-11 07:05:34 +02:00
  • 134bc21fda Update PyNaCl dependency to one that works with 3.7 ItWasAllIntended 2018-09-10 16:53:41 +01:00
  • a4d1599ce9 Change docstrings to raw-strings BeatButton 2018-09-09 09:19:50 -06:00
  • 5131acd675 Bump aiohttp contraint to <3.5.0 Toby Harradine 2018-09-06 01:28:59 +10:00
  • 00a659c652 [docs] sort the VoiceRegions bmintz 2018-08-29 19:58:26 +00:00
  • 1d65d6993a document HypeSquadHouse and Profile.hypesquad_houses bmintz 2018-08-29 19:44:11 +00:00
  • 3ccbda928e Fix PartialEmoji._as_reaction() for emojis the bot can't see Carl Groth 2018-08-30 20:45:09 +02:00
  • b9ef80b0d0 [commands] Prepend mention prefixes in commands.when_mentioned_or zephyrkul 2018-08-28 20:51:45 -06:00
  • 15ca9294e1 Fix typo in on_raw_reaction_add event. Chris 2018-08-25 16:01:24 -05:00
  • d7218259aa Call Http.start_group() in ClientUser.create_group() Bryan Forbes 2018-08-25 14:53:41 -05:00
  • b6824c073e Ensure large guilds are properly appended to the ready state guild list Bryan Forbes 2018-08-25 14:49:25 -05:00
  • b3bfec9119 Fix CallMessage.duration calculation Bryan Forbes 2018-08-25 14:44:10 -05:00
  • 427d0aae86 Finished index.po translation. Episword 2018-08-25 13:38:19 +09:00