126 Commits (b6655fcabd9f017881d532066ecd1bb8d89a90c1)

Author SHA1 Message Date
Andrei e0ce459c96 [bugfix] fix behavior of cached_property 8 years ago
Andrei a2382b48e8 [channel] implement channel categories 8 years ago
andrei c959806efb [channel] add parent_id 8 years ago
andrei 320add963b [cleanup] docs + deprecation warnings 8 years ago
Andrei 885a21505f [channel] add support for nsfw flag 8 years ago
Andrei 3529907eee [channels] add ability to modify properties on channel 8 years ago
andrei 8aca1b47b7 [types.message] add Emoji.custom property 8 years ago
andrei cca53f0a70 [types] cleanup model loading and make consume greedy 8 years ago
andrei 359795e410 [types] make load_into a classmethod, add testing for types 8 years ago
andrei 25f1b2d503 [bugfix] move VoiceClient import into method to avoid warnings 8 years ago
Andrei Zbikowski 5fedac5151 Audit Log (#35) 8 years ago
andrei 70cc47ba8b remove usages of StopIteration to remove warnings on py3 8 years ago
Andrei 00edde0896 Documentation fixes / updates for channels 8 years ago
Andrei f3b3dd47b5 Add EXTREME verification level 8 years ago
Andrei 9fdfecd7f7 Include @everyone role within Guild.get_permissions (fixes #30) 8 years ago
andrei f14f316ebc Fix image hashes incorrectly using `binary` type 8 years ago
Andrei 4ef91c8b15 Replace Message.get_reactors w/ Message.get_reactors_iter 8 years ago
Andrei 960478110e Add support for paginating over message reactors 8 years ago
Andrei dc7e282943 Add get_icon_url/get_splash_url for Guild's 8 years ago
Andrei 3e7c0a1ae3 Add support for detecting NSFW channels 8 years ago
Andrei 8687a47c14 Add Guild.get_invites, Guild.get_emojis, MessageReactionAdd.delete 8 years ago
Andrei d9f619f007 Rename Invite.create -> create_for_channel 8 years ago
Andrei 2970466311 Add Chainable/async utils 8 years ago
Andrei 33f77869d5 Add GuildEmoji.delete 8 years ago
Andrei a52ab456b1 Deprecate Message.create_reaction in favor of Message.add_reaction 8 years ago
Andrei b82c3ab69a Add explicit_content_filter and default_message_notifications to guilds 8 years ago
Andrei Zbikowski 43c1838011 Refactor storage module, greatly simplify (#22) 8 years ago
Andrei a50f864c14 Ensure Unset is falsey 8 years ago
Andrei 7ee41771b6 Update docs on Client.update_presence, fix Channel.send_message 8 years ago
Andrei 13c9721190 Users with administrator can execute all permissions 8 years ago
Andrei b340440ec1 Fix the way cached presences work 8 years ago
Andrei e9317e9ee4 What am I even smoking 8 years ago
Andrei 968745341b Create a non-authed client when using Webhook.from_url 8 years ago
Andrei fa6cddc2f5 Add support for constructing webhook from a URL 8 years ago
Andrei b96b7e5fa8 Add Guild.owner to grab a guild owners member 8 years ago
Andrei 6af9e24456 Add support for leaving guilds 8 years ago
Andrei 642542d975 Add support for updating guild emoji, opening DMs 8 years ago
Andrei f3ae56a496 Fix role mentions 8 years ago
Andrei 19201517fd Fix smashing important state on GUILD_UPDATEs 9 years ago
Andrei b00e82da63 Add MessageReactionRemoveAll utils, Message.get_reactors 9 years ago
Andrei 66433be371 Add default avatars 9 years ago
Andrei a8793c869f Add duration arg type, fix GuildMember.remove_role 9 years ago
Andrei 12031c3d73 Add GuildMember.modify 9 years ago
Andrei c5848dbe8b Fix Channel.delete_messages 9 years ago
Andrei 713c1be01b Various fixes, remove lazy_datetime, etc 9 years ago
Andrei 534a15895b Fix Channel.delete_messages 9 years ago
Andrei c7a017713a Fix some python3 issues 9 years ago
Andrei 94c33ce358 Cleanup VOICE_STATE_UPDATE 9 years ago
Andrei 52b912abfd type changes 9 years ago
Andrei c654f0ca55 Fix MessageEmbed.set_footer 9 years ago