301 Commits (faccde41541505e4c0d88bd8b99e333d9c3f3b24)
 

Author SHA1 Message Date
Andrei 8d0dbeba1e bugfix - properly combine multiple triggers (fixes #14) 8 years ago
Andrei d78fed6641 bugfix - fix editing a message with embeds 8 years ago
Andrei 1bba005c34 feature - add some utility functions for constructing MessageEmbed 8 years ago
Andrei eef13d4330 hackfixes - various fixes, incl fucky CHANNEL_UPDATE stuff 8 years ago
Andrei 75677ab272 feature - channel argtype should support channel names 8 years ago
Andrei 514a99dcea feature - add Guild.create_channel 8 years ago
Andrei 4f4c3ab2ff feature - Channel.recipients should be a hash map 8 years ago
Andrei 29768b84d2 feature - add trace field to Ready and Resumed events 8 years ago
Andrei ceb57e19d4 bugfix - fix `create_hash` not reading from the created object 8 years ago
Andrei a3924440b9 etc - better default log format 8 years ago
Andrei 013fd54444 cleanup - Simplfy ARGS_REGEX even more 8 years ago
Andrei 21d54969e7 bugfix - properly send embed when using multipart-form for attachments 8 years ago
Andrei a498f08217 feature - add ability to control gateway max reconnects vi config 8 years ago
Andrei ec85c25342 bugfix - reset reconnection attempts after a successful resume 8 years ago
Andrei 57b7e4b549 feature - add guild "mention" type to parser 8 years ago
Andrei e0ea431d9d cleanup - actually use retries var in APIException 8 years ago
Andrei 48c8fa6fa9 feature -Add some logging to Bot, allow for handling of command/event exceptions 8 years ago
Andrei 704f784bef refactor - make APIException less corner-casey, easier to interact with 8 years ago
Andrei 2e7b707e1e bugfix - n-size arguments would be limited to one argument 8 years ago
Andrei bef1492d54 Bump holster, fix SimpleLimiter race error, fix to_dict recursion 8 years ago
Andrei b85376be32 Add MessageReactionRemoveAll, etc fixes 8 years ago
Andrei 8d3e290e03 feature - add GuildMember.unban utility method 8 years ago
Andrei 93cf4ac660 bugfix - private_channels is a list of channels, not guilds 8 years ago
Andrei fca1599579 bugfix - fields without a default but set to None would become UNSET 8 years ago
Andrei b41bcebef9 feature - add url property to GuildEmoji 8 years ago
Andrei ca36412c2e feature - track GuildEmojisUpdate in state 8 years ago
Andrei 0b2305a746 bugfix - fix flag parsing be super derp 8 years ago
Andrei 5d2d20a42b feature - add guild emoji management routes 8 years ago
Andrei 6f8684bb69 refactor - better parser flags implementation 8 years ago
Andrei d9015dd3c0 feature - add support for flags/bools in command arguments 8 years ago
Andrei b7535790fb bugfix - set a proper User-Agent header 8 years ago
Andrei 7084531353 bugfix - parsed command arguments should be passed in kwargs 8 years ago
Andrei d80e3c4c57 Swap to using RESTful role add/remove endpoints 8 years ago
Andrei 492b26326a More hashmaps, cleanup and fixes 8 years ago
Andrei cae3ceff85 cleanup - various bits of cleanup 9 years ago
Andrei cc9ba3d641 bugfix - user type should look in state if its not a mention resolver 9 years ago
Andrei fa2f915de5 Remove some debug stuff 9 years ago
Andrei bc8e494fba bugfix - don't to_bytes keys in args 9 years ago
Andrei 6f8cecdcf7 Fix filtered args dict compt in HTTPClient 9 years ago
Andrei 07321c9250 Rename Model.fields to avoid smashing other model props, etc 9 years ago
Andrei dd75502b89 Improvements to command processing 9 years ago
Andrei b5284c1975 Various fixes and improvements 9 years ago
Andrei 58ea923562 Better command function introspection, docstrings 9 years ago
Andrei 28cfa830f7 Various fixes and tweaks 9 years ago
Andrei 8db18a6a1f Fix killing heartbeat task when it wasnt created, better loads/dumps 9 years ago
LewisHogan 137e4c1dcb Fixed minor typo in README for running example. (#10) 9 years ago
andrei 9330d4a8dd Couple of fixes 9 years ago
andrei 92958309a8 Use six.reraise 9 years ago
andrei c81044f82d Fix exception chaining, defaults, bump holster 9 years ago
Michael d8d1df0ac4 period at end of every docstring first line, ca -> can (#9) 9 years ago