| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add colour attribute for BaseUser | MusicOnline | 2018-09-16 | 1 | -0/+12 | |
| | | ||||||
| * | Translate some more files to Japanese | Episword | 2018-09-15 | 4 | -2402/+2501 | |
| | | ||||||
| * | Fix webhook_update from code review | Jeremy Zhang | 2018-09-15 | 2 | -3/+4 | |
| | | ||||||
| * | Simple parser for WEBHOOKS_UPDATE | Jeremy Zhang | 2018-09-15 | 2 | -0/+10 | |
| | | ||||||
| * | Update Japanese string dump. | Rapptz | 2018-09-15 | 2 | -473/+671 | |
| | | ||||||
| * | Fix up the Sphinx strings causing warnings. | Rapptz | 2018-09-15 | 9 | -20/+20 | |
| | | ||||||
| * | Add support for Discord's slow mode. | Rapptz | 2018-09-14 | 3 | -8/+24 | |
| | | | | | | | | Adds the following: * `slowmode_delay` for `TextChannel.edit` * `slowmode_delay` attribute for `TextChannel` | |||||
| * | Removed inaccurate note on emoji.py | Tarek1337 | 2018-09-14 | 1 | -2/+0 | |
| | | | | | | | | In the docs, it says ``Note that bot accounts can only edit custom emojis they own.`` But after testing a bit. My bot was able to edit emojis in any guild that had the permissions `manage_roles`. Even if the bot didn't own the guild. Or was the original emoji uploader. And I don't see any mentions of this in the API server or in the documentation. So I'm unsure how this ended up in here. It's possible I am misunderstanding the whole note. My bad if that's the case. | |||||
| * | Update PyNaCl dependency to one that works with 3.7 | ItWasAllIntended | 2018-09-14 | 1 | -1/+2 | |
| | | | | This also adds the 3.7 classifier as with this there are no 3.7 issues | |||||
| * | Change docstrings to raw-strings | BeatButton | 2018-09-14 | 14 | -29/+29 | |
| | | ||||||
| * | Bump aiohttp contraint to <3.5.0 | Toby Harradine | 2018-09-06 | 1 | -1/+1 | |
| | | | | | | New version contains many bugfixes, a couple new features and seemingly no breaking changes (for this lib's purposes at least). Relevant changes: https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst#340-2018-08-25 | |||||
| * | [docs] sort the VoiceRegions | bmintz | 2018-08-30 | 1 | -33/+33 | |
| | | | | | | | having them appear in the docs ordered by their internal number is not useful to the user. Sorting them by name allows one to more quickly locate a voice region in the docs. | |||||
| * | document HypeSquadHouse and Profile.hypesquad_houses | bmintz | 2018-08-30 | 1 | -1/+17 | |
| | | ||||||
| * | Fix PartialEmoji._as_reaction() for emojis the bot can't see | Carl Groth | 2018-08-30 | 1 | -1/+1 | |
| | | | | | | | | If the bot has access to the emoji, you can pass anything for its name and it will work fine. The name is only required to be correct when adding a reaction where you do not have access to the emoji, all other cases ignore the name. | |||||
| * | [commands] Prepend mention prefixes in commands.when_mentioned_or | zephyrkul | 2018-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo in on_raw_reaction_add event. | Chris | 2018-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Call Http.start_group() in ClientUser.create_group() | Bryan Forbes | 2018-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Ensure large guilds are properly appended to the ready state guild list | Bryan Forbes | 2018-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix CallMessage.duration calculation | Bryan Forbes | 2018-08-28 | 1 | -2/+2 | |
| | | ||||||
| * | Finished index.po translation. | Episword | 2018-08-28 | 1 | -22/+23 | |
| | | ||||||
| * | Remove Reaction.users "Python 3.4 usage" section | Hornwitser | 2018-08-28 | 1 | -11/+0 | |
| | | | | | | Remove nonsensical "Python 3.4" usage section from Reaction.users(). Left behind from f25091ef. | |||||
| * | Fix behavior of reaction type-conversion | Bryan Forbes | 2018-08-25 | 1 | -1/+2 | |
| | | ||||||
| * | Fix latency being able to be negative | orlnub123 | 2018-08-24 | 1 | -6/+9 | |
| | | ||||||
| * | Correct Member.__hash__ | Mitchell Ferree | 2018-08-23 | 1 | -1/+1 | |
| | | | | Make Member.__hash__ just use whatever its User object's hash impl is. | |||||
| * | Fix send_as_json not dispatching socket_raw_send | orlnub123 | 2018-08-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo in core.Command docstring | SilicalNZ | 2018-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | [commands] Use eval instead of get_type_hints to resolve typehints | Rapptz | 2018-08-22 | 1 | -14/+19 | |
| | | | | | | | | | | | | The previous usage of `typing.get_type_hints` caused issues as it would incorrectly decide to convert annotations into their equivalent `typing` form -- which is not what we want to happen here. Due to some use-cases about how setting `Command.callback` work and the amount of moving parts that have changed due to this patch, it is probably better to refactor the way it is set so users can have this use-case handled transparently for them. | |||||
| * | Added hypesquad house functionality | mental | 2018-08-22 | 3 | -2/+36 | |
| | | ||||||
| * | Move conditional RTD dependencies to 'docs' extra | Toby Harradine | 2018-08-22 | 2 | -17/+7 | |
| | | ||||||
| * | Bot.unload_extension: don't remove commands from no module | Ben Mintz | 2018-08-22 | 1 | -0/+2 | |
| | | | | Fixes unload_extension in the case of a command added via eval | |||||
| * | Add support for converters working with PEP-563 | Bryan Forbes | 2018-08-22 | 1 | -0/+12 | |
| | | ||||||
| * | [lint] Fix types used for __slots__ and __all__ | Hornwitser | 2018-08-22 | 4 | -4/+4 | |
| | | | | | | Stay consistent with the rest of the library and use lists for module __all__ values and tuples for class __slots__ attributes. | |||||
| * | [lint] Replace deprecated Logger function warn | Hornwitser | 2018-08-22 | 1 | -1/+1 | |
| | | | | | | | | The method log of Logger has never been documented as being a part of the standard logging module. It was renamed to warning when the module was included in the standard library, but the old name was kept for backward compatibility. | |||||
| * | [lint] Fix incorrect and inconsistent whitespace | Hornwitser | 2018-08-22 | 26 | -66/+62 | |
| | | | | | Adjust whitespace to be consistent with the rest of the library. | |||||
| * | [lint] Remove unnecessary lambdas | Hornwitser | 2018-08-22 | 3 | -3/+3 | |
| | | | | | Lambdas of the form `lambda x: func(x)` are redundant. | |||||
| * | [lint] Remove unused variables | Hornwitser | 2018-08-22 | 7 | -10/+9 | |
| | | | | | Left over from various refactoring and rewrites. | |||||
| * | [lint] Remove unused imports | Hornwitser | 2018-08-22 | 16 | -21/+3 | |
| | | | | | Left over from various refactoring and rewrites. | |||||
| * | Fix Reaction.users documentation | MusicOnline | 2018-08-22 | 1 | -4/+1 | |
| | | ||||||
| * | Adds missing voice regions. | MaximusPX | 2018-08-22 | 2 | -2/+9 | |
| | | ||||||
| * | Add Colour.from_hsv | bmintz | 2018-08-22 | 1 | -0/+8 | |
| | | | | | | HSV is an easier to use colour format, and its inclusion in the colour module will hopefully encourage its use. | |||||
| * | Add support for splash(_url) to invites | DismissedGuy | 2018-08-22 | 1 | -0/+6 | |
| | | ||||||
| * | Remove deprecated ffmpeg/avconv flag from basic_voice example | PikalaxALT | 2018-08-22 | 1 | -1/+0 | |
| | | ||||||
| * | Implement roles kwarg for guild.create_custom_emoji and emoji.edit | PikalaxALT | 2018-08-22 | 3 | -8/+18 | |
| | | ||||||
| * | Add python_requires | orlnub123 | 2018-08-22 | 1 | -0/+1 | |
| | | ||||||
| * | More informations for the Application info | El Laggron | 2018-08-22 | 2 | -1/+24 | |
| | | | | | | This adds the rpc_origin, bot_public and bot_require_code_grant attributes | |||||
| * | [commands] Handle nick mentions in HelpFormatter | Michael H | 2018-08-22 | 1 | -2/+2 | |
| | | | | | | Modifies the help formatter to handle nicknamed bot users for mentions in clean_prefix | |||||
| * | Removes redundant asyncio import | Modelmat | 2018-08-22 | 3 | -3/+0 | |
| | | | | | Not much point importing asyncio when it's not being used, it was there for when @asyncio.coroutine was used previously | |||||
| * | [commands] Ignore bots from Bot.process_commands by default. | Rapptz | 2018-08-22 | 1 | -1/+7 | |
| | | ||||||
| * | Update new member example to not be broken. | Rapptz | 2018-08-22 | 1 | -1/+4 | |
| | | | | | Took forever but better late than never. | |||||
| * | Update Message.author doctring | Dunkledore | 2018-08-22 | 1 | -1/+1 | |
| | | ||||||