Commit Graph
12 Commits
Author SHA1 Message Date
Josh BandRapptz d0a1956be9 Improve usability of utils.sleep_until
Fix issue where sleeping for an extended period on python 3.5
would cause an exception

Add sleep_until to API docs

Add result argument to sleep_until
2020-01-21 20:28:14 -05:00
Josh BandRapptz 40369a493d Add discord.utils.sleep_until helper function 2020-01-21 03:18:25 -05:00
Josh BandRapptz d7e925eb89 [tasks] Fix issue with next_iteration when task overruns time allotted 2020-01-21 03:18:25 -05:00
Josh BandRapptz a0b3e61b51 [tasks] Add Loop.next_iteration property 2020-01-20 07:22:21 -05:00
Josh BandRapptz 7df5effbb7 Add new audit log entry types. Fix issue with unknown entry types 2019-11-26 05:16:53 -05:00
Josh BandRapptz 46246a2844 Add view_guild_insights permission 2019-11-15 04:23:26 -05:00
Josh BandRapptz 07840db053 Document Command.cog property 2019-10-17 05:56:01 -04:00
Joshua BandDanny 8240454555 Add self_stream property to VoiceState object. 2019-09-19 21:21:54 -04:00
Joshua BandDanny 017d428db5 Fix discord.Object type hinting docs
discord.Object requires ID as an int not str
2019-09-19 21:15:41 -04:00
Joshua BandGitHub 9d0400516a Fix TeamMember.team typehinting
class Team should be capitalised.
2019-07-01 03:08:49 +10:00
Joshua BandRapptz d221ca5f7d [commands] ColourConverter raises if value is out of range
changes make the `ext.commands.ColourConverter` Converter fail when
user input is outside the acceptable value range 0x000000 - 0xFFFFFF
2019-03-19 09:23:10 -04:00
Joshua Butt f5a443fa8f Add support for animated emoji to commands ext EmojiConverter 2017-12-22 14:59:21 +10:00