aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Changed discord.Client.event to debug log success instead of info log.espeonofespeonage2017-09-231-1/+1
* Properly handle cases where a category is removed.Rapptz2017-09-211-1/+1
* Fix sorting for channels.Rapptz2017-09-211-5/+5
* [guild] use a defaultdict in by_categoryJake2017-09-201-8/+3
* Add webhook.urlrooni2017-09-181-0/+5
* Add an example for on_reaction_add waiting.Rapptz2017-09-181-0/+19
* Change how coroutines are detected internally.Rapptz2017-09-161-3/+4
* Clarify VoiceClient.disconnect docs a little more.Rapptz2017-09-161-1/+1
* Fix typo in http.create_channelHarmon2017-09-131-2/+2
* Fix error when creating guild channels.Rapptz2017-09-131-2/+2
* [commands] Add CategoryChannelConverterRapptz2017-09-131-1/+42
* Add Guild.create_category.Rapptz2017-09-131-2/+12
* Fix grammar in abc docs, add new implementationSteve C2017-09-131-4/+5
* Add category support.Rapptz2017-09-136-32/+238
* [commands] Fix NameError when given an invalid prefix.Rapptz2017-09-121-1/+1
* Document new features for guilds.Rapptz2017-09-121-0/+2
* Fix crashing for now when a category is created.Rapptz2017-09-082-2/+7
* Fix docstrings for Webhook.sendRapptz2017-09-081-17/+20
* Attempt to change how member functions are detected for Member objectsRapptz2017-09-041-1/+1
* Fix __hash__ for Invite objects.Rapptz2017-09-041-0/+3
* [commands] Have (bot_)has_permissions provide better failure responsesReinaSakuraba2017-08-301-2/+21
* [commands] Add MissingPermissions and BotMissingPermissionsReinaSakuraba2017-08-301-1/+43
* Manually format reason parameter for kick and ban.Rapptz2017-08-301-2/+6
* Fix utils.get example.Rapptz2017-08-301-1/+1
* Sort roles by hierarchy instead of by ID.Rapptz2017-08-291-18/+9
* Update embed property doc grammarSteve C2017-08-291-6/+6
* [commands] Add CooldownMapping.from_cooldown factory classmethod.Rapptz2017-08-271-0/+4
* [commands] Export cooldown classes as well.Rapptz2017-08-271-1/+1
* Add pinning to manage_messages docSteve C2017-08-271-1/+1
* Rename webhook parameters to payload to avoid shadowing.Rapptz2017-08-241-16/+16
* Webhook URLs can have dashes and underscores.Rapptz2017-08-221-1/+1
* Fix docstringEthan2017-08-221-1/+1
* Fix a couple docstringsSteve C2017-08-221-3/+3
* Fix multi-part sending with aiohttp in webhooks.Rapptz2017-08-221-0/+1
* Don't make session a keyword only argument.Rapptz2017-08-211-1/+1
* Add atomic keyword argument for member role editing operations.Rapptz2017-08-211-11/+33
* Lazily fetch Emoji.roles and Emoji.guild to prevent memory leaks.Rapptz2017-08-211-11/+21
* Game objects are really dumb.Rapptz2017-08-211-4/+4
* Fix some docstrings.Rapptz2017-08-211-5/+3
* Fix Webhook.execute alias.Rapptz2017-08-211-2/+3
* Add webhook support.Rapptz2017-08-218-6/+789
* Use time.monotonic instead of time.time for heartbeat code.Rapptz2017-08-191-5/+5
* Consume remaining keyword arguments in Game constructor.Rapptz2017-08-191-1/+1
* Update system_content strings for MessageType.new_member.Rapptz2017-08-171-22/+40
* Remove incorrect extraneous usage of reason keyword argument.Rapptz2017-08-171-1/+1
* Add support for Guild.system_channelRapptz2017-08-173-2/+26
* Add default type for Game.Rapptz2017-08-161-7/+7
* use cdn url for custom emojisAshton Tito2017-08-161-1/+1
* Add Client.latency, AutoShardedClient.latency and latencies.Rapptz2017-08-153-0/+29
* Remove reason keyword argument from message deletion.Rapptz2017-08-153-25/+13