| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add "FEATURABLE" in guild features. | PredaaA | 2020-04-04 | 1 | -0/+1 |
| | | |||||
| * | Guard against the member data not being available in VOICE_STATE_UPDATE | Rapptz | 2020-02-01 | 1 | -1/+4 |
| | | |||||
| * | Use member data from VOICE_STATE_UPDATE if not found in cache | Rapptz | 2020-02-01 | 1 | -0/+3 |
| | | |||||
| * | Fixes and improvements for v1.3 documentation | Harmon | 2020-01-22 | 1 | -0/+2 |
| | | | | | | | | | | * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog | ||||
| * | Drop superfluous zero in version related changes in the documentation | Rapptz | 2020-01-21 | 1 | -6/+6 |
| | | |||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | updated the docs for Guild.vanity_invite | Zomatree | 2020-01-14 | 1 | -2/+1 |
| | | |||||
| * | Allow Guild.fetch_members to take in limit=None | Rapptz | 2020-01-12 | 1 | -4/+4 |
| | | | | | Fixes #2473 | ||||
| * | Implement discord.MessageFlags | NCPlayz | 2019-12-20 | 1 | -114/+1 |
| | | | | | Refactor flags placement and use it for suppression. | ||||
| * | Add `Guild.discovery_splash_url/_as`, `Guild.rules_channel` | NCPlayz | 2019-12-19 | 1 | -1/+52 |
| | | |||||
| * | Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLED | Leaf ▲ | 2019-12-17 | 1 | -1/+1 |
| | | |||||
| * | Trailing whitespace in documentation. | Rapptz | 2019-11-20 | 1 | -1/+1 |
| | | |||||
| * | Prevent premium_subscription_count being None | Xua | 2019-10-17 | 1 | -1/+1 |
| | | |||||
| * | Make Guild.default_role use get_role. | Io Mintz | 2019-10-17 | 1 | -3/+3 |
| | | | | | Prevents some stale caching by using the new O(1) Guild.get_role. | ||||
| * | Add MEMBER_LIST_DISABLED to docs for Guild.features | Capn | 2019-10-17 | 1 | -0/+1 |
| | | |||||
| * | The LURKABLE feature has been renamed to PUBLIC | Evan | 2019-09-21 | 1 | -1/+1 |
| | | |||||
| * | [docs] You can upload gifs using guild.edit() | Dimbreath | 2019-09-10 | 1 | -1/+2 |
| | | | | | Only if it has ANIMATED_ICON feature. | ||||
| * | Document that the cache retrieval functions require an int ID. | Rapptz | 2019-07-23 | 1 | -3/+36 |
| | | | | | Closes #2285 | ||||
| * | Add Guild.query_members to fetch members from the gateway. | Rapptz | 2019-07-15 | 1 | -0/+40 |
| | | |||||
| * | Use Guild.owner_id in Guild.edit when checking if the bot owns a guild. | Rapptz | 2019-07-10 | 1 | -1/+1 |
| | | |||||
| * | Add unused Guild.preferred_locale | Rapptz | 2019-06-29 | 1 | -1/+6 |
| | | |||||
| * | Implement `Guild.fetch_roles` | NCPlayz | 2019-06-29 | 1 | -0/+24 |
| | | |||||
| * | Implement `Guild.fetch_members` | NCPlayz | 2019-06-29 | 1 | -1/+48 |
| | | | | | Also implements `MemberIterator`. | ||||
| * | Rename error type for `X.fetch_channel(s)`. | NCPlayz | 2019-06-12 | 1 | -1/+1 |
| | | |||||
| * | Fix reference typo in SystemChannelFlags | Rapptz | 2019-06-09 | 1 | -1/+1 |
| | | |||||
| * | Implement `Guild.get_all_premium_subscribers` | NCPlayz | 2019-06-08 | 1 | -0/+5 |
| | | |||||
| * | Document new Guild.features | Rapptz | 2019-06-07 | 1 | -3/+10 |
| | | |||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -13/+13 |
| | | |||||
| * | Implementing GET '/channels/:id' & '/guilds/:id/channels' | NCPlayz | 2019-06-07 | 1 | -0/+36 |
| | | | | | Signed-off-by: NCPlayz <[email protected]> | ||||
| * | Add support for system channel flags | Rapptz | 2019-06-06 | 1 | -1/+130 |
| | | |||||
| * | Fix stray colon in Asset related docstrings | Rapptz | 2019-06-04 | 1 | -2/+2 |
| | | |||||
| * | Add support for animated guild icons. | Rapptz | 2019-06-04 | 1 | -6/+16 |
| | | |||||
| * | Add Guild.premium_subscription_count | Rapptz | 2019-06-04 | 1 | -2/+6 |
| | | |||||
| * | Add Guild.premium_tier and corresponding limits. | Rapptz | 2019-06-04 | 1 | -1/+30 |
| | | |||||
| * | Make __repr__ slightly more detailed and add a few missing ones. | Rapptz | 2019-05-26 | 1 | -1/+6 |
| | | | | | | | This includes raw events (which didn't have any) and a few other types that were missing them. Upon review some more useful fields were added to the repr output which would be more useful during debugging. | ||||
| * | Fix pluralization errors in various files | Ehren Julien-Neitzert | 2019-05-23 | 1 | -1/+1 |
| | | | | | | * Replaced instances of 'return an' with 'returns an' * fixed pluralization errors | ||||
| * | Correct the documentation for methods and properties that return Assets | Vexs | 2019-05-14 | 1 | -6/+6 |
| | | |||||
| * | Fixed TextChannel edit method missing slowmode unit | DevilXD | 2019-04-29 | 1 | -2/+2 |
| | | |||||
| * | Add currently undocumented premium_tier field. | Rapptz | 2019-04-20 | 1 | -1/+2 |
| | | | | | Needs more testing to find out what it is. | ||||
| * | Add compute_prune_count to Guild.prune_members | Rapptz | 2019-04-14 | 1 | -5/+11 |
| | | | | | Fix #2085 | ||||
| * | Add notes warning that fetch_ methods are api calls | Vexs | 2019-04-10 | 1 | -0/+13 |
| | | | | | Also recommends using cache attributes/methods instead | ||||
| * | Fix documentation so Sphinx can build semi-cleanly. | Rapptz | 2019-04-08 | 1 | -3/+3 |
| | | |||||
| * | simplify AuditLogIterator ordering | khazhyk | 2019-04-07 | 1 | -7/+5 |
| | | | | | | | rename reverse to oldest_first and remove cases where messages would be ordered differently from the order we fetch audit log entries, similar to HistoryIterator | ||||
| * | Add fetch custom emoji, all custom emojis; Add user property to Emoji | NCPlayz | 2019-04-06 | 1 | -0/+44 |
| | | |||||
| * | Redesign asset retrieval in the library. | NCPlayz | 2019-04-06 | 1 | -36/+10 |
| | | | | | | | | | | | | Most assets now return a new class named `Asset`. This allows for the assets to be consistently saved via a `save` method instead of special casing for `Attachment`. `AppInfo` is no longer a namedtuple it is a fully documented dataclass, as well as having the state attached to it. Fixes #1997 | ||||
| * | guild.py: change wording for create_role error | numbermaniac | 2019-03-24 | 1 | -1/+1 |
| | | |||||
| * | Add Guild.max_presences and Guild.max_members | NCPlayz | 2019-03-22 | 1 | -1/+7 |
| | | | | | | Fixes #1822 Fixes #1418 | ||||
| * | Add support for guild widget | NCPlayz | 2019-03-19 | 1 | -0/+26 |
| | | |||||
| * | Expose Metadata | NCPlayz | 2019-03-19 | 1 | -1/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added access to: * `/users/@me/guilds` * `/guilds/{guild_id}` * `/guilds/{guild_id}/members/{member_id}` BREAKING CHANGE: * `get_user_info` -> `fetch_user_info` to match naming scheme. Remove useless note Remove `reverse` and corresponding documentation Update documentation to reflect #1988 Rename `get_` HTTP functions to `fetch_` Breaking Changes: * `get_message` -> `fetch_message` * `get_invite` -> `fetch_invite` * `get_user_profile` -> `fetch_user_profile` * `get_webhook_info` -> `fetch_webhook` * `get_ban` -> `fetch_ban` Fix InviteConverter, update migrating.rst Rename get_message to fetch_message | ||||
| * | Organise documentation | NCPlayz | 2019-03-19 | 1 | -95/+95 |
| | | |||||