| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make arguments positional only in 2 get methods | Izhar Ahmad | 2021-08-25 | 1 | -1/+1 |
| | | | | | - Member.get_role - Guild.get_member | ||||
| * | Remove in-place edits and return fresh instances instead | Rapptz | 2021-08-23 | 1 | -2/+12 |
| | | | | | Fixes #4098 | ||||
| * | default to 0 instead of 15 for Guild.sticker_limit | Nadir Chowdhury | 2021-08-19 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated TextChannel.active_threads for Guild version | Rapptz | 2021-08-18 | 1 | -3/+33 |
| | | | | | This also fills in the ThreadMember data from the endpoint | ||||
| * | Fix Guild.fetch_channel not working for threads | la | 2021-08-18 | 1 | -5/+6 |
| | | |||||
| * | implement guild stickers | Nadir Chowdhury | 2021-07-30 | 1 | -5/+169 |
| | | |||||
| * | Add Guild.get_channel_or_thread helper method | Rapptz | 2021-07-29 | 1 | -0/+18 |
| | | | | | The name might change in the future, unsure. | ||||
| * | Sync Guild.features to documentation | Nadir Chowdhury | 2021-07-10 | 1 | -17/+24 |
| | | |||||
| * | Fix Client.fetch_channel not returning Thread | Alex Nørgaard | 2021-07-03 | 1 | -2/+2 |
| | | |||||
| * | Fix Interaction.channel being None in threads | Nadir Chowdhury | 2021-07-01 | 1 | -0/+6 |
| | | |||||
| * | Typehint Member and various typing fixes | Rapptz | 2021-06-30 | 1 | -1/+1 |
| | | |||||
| * | Type hint channel.py | Rapptz | 2021-06-29 | 1 | -1/+1 |
| | | |||||
| * | Fix Guild.vanity_invite causing an error when guild has it unset | Rapptz | 2021-06-28 | 1 | -3/+7 |
| | | | | | FIx #7103 | ||||
| * | Fix incorrect typehints in Guild.create_role | RobotHanzo | 2021-06-28 | 1 | -3/+3 |
| | | |||||
| * | Fix guild documentation not showing up for some methods | Rapptz | 2021-06-11 | 1 | -3/+3 |
| | | |||||
| * | Don't use class attribute syntax for Guild typings | Rapptz | 2021-06-10 | 1 | -83/+40 |
| | | |||||
| * | Refactor Guild to support type hints | Rapptz | 2021-06-08 | 1 | -380/+534 |
| | | | | | | | | | | | | | This patch also does the following: * Sets some parameters to be positional only * Changes Guild.edit to use the MISSING sentinel * Changes the various create_channel methods to be type safe * Changes many parameters from Optional[T] to use MISSING * Changes Guild.create_role to use MISSING sentinel This refactor is mostly partial but lays a decent foundation | ||||
| * | Parse remaining thread events. | Rapptz | 2021-06-08 | 1 | -1/+15 |
| | | |||||
| * | Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATE | Rapptz | 2021-06-08 | 1 | -0/+5 |
| | | | | | There's no dispatch for these yet | ||||
| * | Allow Message.channel to be a thread | Rapptz | 2021-06-08 | 1 | -0/+4 |
| | | |||||
| * | First pass at preliminary thread support | Rapptz | 2021-06-08 | 1 | -2/+40 |
| | | | | | | This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints. | ||||
| * | Add Guild.nsfw_level | Nadir Chowdhury | 2021-06-07 | 1 | -6/+5 |
| | | |||||
| * | Add the Guild.delete_custom_emoji method | TheLeadingLlama | 2021-06-07 | 1 | -0/+25 |
| | | |||||
| * | Add support for editing guild widgets | MhmCats | 2021-06-02 | 1 | -0/+32 |
| | | |||||
| * | Implement StageInstance | Nadir Chowdhury | 2021-05-30 | 1 | -2/+34 |
| | | |||||
| * | Refactor and type hint invites | Rapptz | 2021-05-29 | 1 | -6/+3 |
| | | |||||
| * | Fix type errors with required keys in the integration types | Rapptz | 2021-05-29 | 1 | -2/+2 |
| | | |||||
| * | Add support for bot integrations | Maya | 2021-05-29 | 1 | -2/+9 |
| | | |||||
| * | Fix issues with imports causing NameErrors | Josh | 2021-05-12 | 1 | -3/+6 |
| | | |||||
| * | Type up **kwargs of various methods | Nadir Chowdhury | 2021-05-10 | 1 | -19/+148 |
| | | |||||
| * | Fix various reference issues in documentation | Josh | 2021-05-06 | 1 | -2/+2 |
| | | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Add Guild.fetch_channel | Rapptz | 2021-05-05 | 1 | -0/+45 |
| | | |||||
| * | Add discovery_splash and community field to Guild.edit | Nadir Chowdhury | 2021-05-05 | 1 | -6/+74 |
| | | |||||
| * | Fix grammar in the Guild.edit docstring | MrKomodoDragon | 2021-04-30 | 1 | -2/+2 |
| | | |||||
| * | [docs] Update notes for get_user and get_member | pikaninja | 2021-04-27 | 1 | -1/+1 |
| | | |||||
| * | [docs] stage_channels doc typo | Nadir Chowdhury | 2021-04-21 | 1 | -1/+1 |
| | | |||||
| * | Add VoiceChannel.video_quality_mode | z03h | 2021-04-17 | 1 | -0/+4 |
| | | |||||
| * | Rewrite Asset design | Rapptz | 2021-04-16 | 1 | -148/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is a breaking change. This does the following transformations, assuming `asset` represents an asset type. Object.is_asset_animated() => Object.asset.is_animated() Object.asset => Object.asset.key Object.asset_url => Object.asset_url Object.asset_url_as => Object.asset.replace(...) Since the asset type now requires a key (or hash, if you will), Emoji had to be flattened similar to how Attachment was done since these assets are keyed solely ID. Emoji.url (Asset) => Emoji.url (str) Emoji.url_as => removed Emoji.url.read => Emoji.read Emoji.url.save => Emoji.save This transformation was also done to PartialEmoji. | ||||
| * | Fix guild.chunk() not working on evicted guilds | Steve C | 2021-04-14 | 1 | -1/+2 |
| | | | | | If you're trying to chunk a guild that the bot is not in, it'll just hang on the chunk coro forever. It's weird, I know. | ||||
| * | Fix exception for invalid channel types | Maya | 2021-04-14 | 1 | -1/+1 |
| | | |||||
| * | Add NSFW for Guilds | Robin | 2021-04-14 | 1 | -1/+7 |
| | | |||||
| * | [docs] Fix reference to `Guild.id` | Kino | 2021-04-13 | 1 | -1/+1 |
| | | |||||
| * | Use v8 overwrite type when creating a channel | Nadir Chowdhury | 2021-04-11 | 1 | -3/+3 |
| | | |||||
| * | Fix stray AttributeError in Guild._from_data with member cache | Rapptz | 2021-04-11 | 1 | -2/+1 |
| | | |||||
| * | Permission related fixes for v8 | Rapptz | 2021-04-11 | 1 | -2/+2 |
| | | |||||
| * | Add typings for invites, templates, and bans | Nadir Chowdhury | 2021-04-10 | 1 | -4/+10 |
| | | |||||
| * | Use f-strings in more places that were missed. | Rapptz | 2021-04-08 | 1 | -4/+4 |
| | | |||||
| * | Add `__all__` to remaining modules | Nadir Chowdhury | 2021-04-07 | 1 | -0/+3 |
| | | |||||
| * | Convert datetimes to aware datetimes with UTC. | Rapptz | 2021-04-04 | 1 | -3/+6 |
| | | | | | | Naive datetimes will now be interpreted as local time throughout the library. | ||||
| * | Remove userbot functionality | Rapptz | 2021-04-04 | 1 | -23/+0 |
| | | | | | | This has a lot of legacy and cruft so there may be some stuff I've missed but this first pass is enough to get a clear separation. | ||||