1983 Commits (3c9bcc285147154a2980f6e661efdfa676672b6a)
 

Author SHA1 Message Date
Rapptz d37839f38a Update classifier in setup.py 6 years ago
Rapptz 4a4db1a02c Version bump to v1.0.0 6 years ago
Rapptz 3e2e6ad502 Update Japanese translation files. 6 years ago
NCPlayz 7acb7de195 Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returns 6 years ago
Rapptz 51c64a3b73 Fix documentation so Sphinx can build semi-cleanly. 6 years ago
Rapptz bb79f2ae81 Bump PyNaCl to 1.3.0 6 years ago
Rapptz 04262b9371 Wording nit, library -> function in load_opus 6 years ago
Rapptz 0ddc6867e9 Change all IntEnum to Enum 6 years ago
Rapptz 1da624a8b5 Remove manual documentation for AppInfo 6 years ago
Rapptz bb5aaf2ab3 Missing a word in Attachment.save 6 years ago
Rapptz 61ee88b0fc Fix oversight where on_disconnect did not get called on WS termination. 6 years ago
Rapptz f8999b63ae Fix long-standing issue with user updates not dispatching properly. 6 years ago
Rapptz 1a9726087a GUILD_MEMBER_UPDATE no longer does actual user updates. 6 years ago
Rapptz c9fd092476 Don't use an enum when unnecessary in Member._client_status 6 years ago
Rapptz c904e4f25b Add a note to load_opus that it's auto loaded on Windows. 6 years ago
Rapptz 1243298b34 Add some version guarantees to the documentation. 6 years ago
khazhyk 7845bfb79b terminate iterators immediately once out of data 6 years ago
khazhyk 52c45da0bc simplify AuditLogIterator ordering 6 years ago
khazhyk 366dc4855b simplify HistoryIterator message ordering 6 years ago
khazhyk 7078b665a3 allow passing 0 for logs_from parameters 6 years ago
Rapptz 72b6152e96 Client.event raises TypeError instead of ClientException. 6 years ago
Rapptz aeabd0761e [commands] Raise TypeError instead of ClientException in some places 6 years ago
Rapptz 84c1eac62a Don't raise an exception during the signal handlers. 6 years ago
Rapptz 7b95611e62 Forgot to escape backticks. 6 years ago
Rapptz 4d06879669 Add ignore_links and as_needed options to utils.escape_markdown. 6 years ago
Rapptz d68af294a2 Fix regex substitution in utils.escape_mentions 6 years ago
Rapptz 47ab24991f [commands] Remove extraneous `or` 6 years ago
Rapptz 79a8249bc7 Add note about escape_markdown in Message.clean_content 6 years ago
Rapptz ee81f0614e [commands] Fix HelpCommand.invoked_with when used in events. 6 years ago
Rapptz 239d430539 Simplify bot loop cleanup routine. 6 years ago
Rapptz 7d385b23a1 Fix copy paste error in ClientUser.edit_settings 6 years ago
Rapptz 9248ff306c Use explicit __eq__ call to be consistent with other methods. 6 years ago
Rapptz 7c5a4b67d7 Fix Attachment.save wording nit. 6 years ago
Rapptz 9833ea82e2 Add helpers to escape markdown and mentions from text. 6 years ago
Rapptz 743a5a218f [commands] Disallow bot_ or cog_ commands or listeners in cogs. 6 years ago
Rapptz 79183846dc Make abc.GuildChannel.overwrites return a dictionary 6 years ago
Rapptz e4de25eaab [commands] Raise BadArgument in ColourConverter when using from_hsv/rgb 6 years ago
CapnS 24d3a5a48d Only escape characters as necessary in clean_content 6 years ago
NCPlayz 1d701f32b6 Add fetch custom emoji, all custom emojis; Add user property to Emoji 6 years ago
Vexs 9591b00dcf Redesign bulk delete events 6 years ago
NCPlayz be227ebcf0 Redesign asset retrieval in the library. 6 years ago
Rapptz dea3ba5eb7 Propagate Cloudflare 429 HTML text. 6 years ago
CapnS 4ec7213506 Added functionality to edit user settings 6 years ago
Rapptz 43b44751af [commands] Fix MinimalHelpCommand opening note signature consistency 6 years ago
Rapptz 548b9d5693 Double underscore HTTPClient's internal session. 6 years ago
Rapptz e567b59fea [commands] Double underscore some attributes. 6 years ago
Rapptz 8c0c410d0e [commands] Add HelpCommand.invoked_with 6 years ago
numbermaniac 77dd4e3de0
guild.py: change wording for create_role error 6 years ago
Rapptz b41a29a889 Get cached message in reverse order for improved performance. 6 years ago
Rapptz c96642860c [commands] Add Command.cooldown_after_parsing keyword argument. 6 years ago