381 Commits (eb6b22d93e77a1c57b3cad12497c4a2de5c09c6d)
 

Author SHA1 Message Date
Andrei 6af9e24456 Add support for leaving guilds 9 years ago
Andrei d98432db6d Release v0.0.8 9 years ago
Andrei Zbikowski 03dab6d829 Voice Send Support (#17) 9 years ago
Andrei 642542d975 Add support for updating guild emoji, opening DMs 9 years ago
Andrei 375b1ff942 Make sure emojis track guild_id 9 years ago
Andrei 28b0bf72fb Plugin name should be the first trigger 9 years ago
Andrei f3ae56a496 Fix role mentions 9 years ago
Andrei b341ae9aee Fix missing \n 10 years ago
Andrei 19201517fd Fix smashing important state on GUILD_UPDATEs 10 years ago
Andrei b00e82da63 Add MessageReactionRemoveAll utils, Message.get_reactors 10 years ago
Andrei 1a9b0d2e76 Store raw argument string on the Command object 10 years ago
Andrei 66433be371 Add default avatars 10 years ago
Andrei a8793c869f Add duration arg type, fix GuildMember.remove_role 10 years ago
Andrei 12031c3d73 Add GuildMember.modify 10 years ago
Andrei e5a97a3c33 Fix command_matches_re not being case insensitive 10 years ago
Andrei c5848dbe8b Fix Channel.delete_messages 10 years ago
Andrei 713c1be01b Various fixes, remove lazy_datetime, etc 10 years ago
Andrei 534a15895b Fix Channel.delete_messages 10 years ago
Andrei c7a017713a Fix some python3 issues 10 years ago
Andrei 94c33ce358 Cleanup VOICE_STATE_UPDATE 10 years ago
Andrei 52b912abfd type changes 10 years ago
Andrei c654f0ca55 Fix MessageEmbed.set_footer 10 years ago
Andrei cc012cd274 pass bot instance to commands_level_getter 10 years ago
Andrei e42e9ebe63 add support for loading a level getter from a module/function path 10 years ago
Andrei 2bac9f9781 Bump version to 0.0.7 10 years ago
Andrei 835242c241 Add GuildMember.name property, returning nickname or username 10 years ago
Andrei 8216ec4ad7 Add APIClient.users_me_get and APIClient.users_me_patch 10 years ago
Andrei 729f778ef4 Add utility properties for MessageDeleteBulk 10 years ago
Andrei a10aca7f4a Allow overriding plugin configuration in the top-level bot config 10 years ago
Andrei d2d7166e66 add User.get_avatar_url to support more formats/sizes 10 years ago
Andrei 8d0dbeba1e bugfix - properly combine multiple triggers (fixes #14) 10 years ago
Andrei d78fed6641 bugfix - fix editing a message with embeds 10 years ago
Andrei 1bba005c34 feature - add some utility functions for constructing MessageEmbed 10 years ago
Andrei eef13d4330 hackfixes - various fixes, incl fucky CHANNEL_UPDATE stuff 10 years ago
Andrei 75677ab272 feature - channel argtype should support channel names 10 years ago
Andrei 514a99dcea feature - add Guild.create_channel 10 years ago
Andrei 4f4c3ab2ff feature - Channel.recipients should be a hash map 10 years ago
Andrei 29768b84d2 feature - add trace field to Ready and Resumed events 10 years ago
Andrei ceb57e19d4 bugfix - fix `create_hash` not reading from the created object 10 years ago
Andrei a3924440b9 etc - better default log format 10 years ago
Andrei 013fd54444 cleanup - Simplfy ARGS_REGEX even more 10 years ago
Andrei 21d54969e7 bugfix - properly send embed when using multipart-form for attachments 10 years ago
Andrei a498f08217 feature - add ability to control gateway max reconnects vi config 10 years ago
Andrei ec85c25342 bugfix - reset reconnection attempts after a successful resume 10 years ago
Andrei 57b7e4b549 feature - add guild "mention" type to parser 10 years ago
Andrei e0ea431d9d cleanup - actually use retries var in APIException 10 years ago
Andrei 48c8fa6fa9 feature -Add some logging to Bot, allow for handling of command/event exceptions 10 years ago
Andrei 704f784bef refactor - make APIException less corner-casey, easier to interact with 10 years ago
Andrei 2e7b707e1e bugfix - n-size arguments would be limited to one argument 10 years ago
Andrei bef1492d54 Bump holster, fix SimpleLimiter race error, fix to_dict recursion 10 years ago