287 Commits (124a3ee42a38f4ffeab53d839548058d05b615e9)

Author SHA1 Message Date
Rapptz 71586836e1 Add Guild.vanity_url helper property 3 years ago
Steve C 9c054e9222
Remove unbound remnants of Guild._member_count 3 years ago
Alex Nørgaard 03687fb616
Change Guild.member_count to Optional[int] 3 years ago
Rapptz 987e27dfce Revert all Guild.chunk changes 3 years ago
Stocker e15415413b
Add missing parameters to certain methods 3 years ago
Sebastian Law b77cf500a2
Make description parameter of Guild.create_sticker non-Optional 3 years ago
AmeyWale a909c1ff06
Added vanity_url_code field in class guild 3 years ago
I. Ahmad 8360e4af8d
Add premium_progress_bar_enabled attribute on Guild 3 years ago
Stocker 07a1311bf4
Change Guild.preferred_locale to use the Locale enum 3 years ago
Rapptz 82464419ce Fix black reformatting on guild file 3 years ago
Steve C e9c91a535a
Fix Guild.chunk() returning list of members 3 years ago
JDJG Inc. Official e69428a841
Add with_counts support for Client.fetch_guild 3 years ago
Rapptz 13e102b6b9 Add default parameter to CommandTree.sync 3 years ago
Scrumpy (Jay) 3d0309ca4a
Documenting that guild.chunk() returns list of members 3 years ago
Rapptz d44328d3ea Remove region from Guild.__slots__ 3 years ago
Nadir Chowdhury 3c6279b947
Implement Guild Scheduled Events 3 years ago
mniip d5f23dbfc2
Fix docs for Guild.mfa_level 3 years ago
jack1142 e44dd3dee5
Fix position of versionadded and add new versionchanged 3 years ago
Josh 2b69b5d545
Remove discord.InvalidArgument 3 years ago
Rapptz 0eb2f32399 Remove VoiceRegion enum and Guild.region attribute 3 years ago
mniip ff90e7e747
GUILD_UPDATE audit logs 3 years ago
Josh 285069de08 Fix types in guild.py 3 years ago
Josh 70b577e94b
Fix typing in voice related files 3 years ago
Rapptz c406951532 Fix typing errors in Guild.audit_logs 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Josh 4dbe1af32f
Update sphinx and fix documentation issues 3 years ago
Kaylynn Morgan 588cda0996
Refactor AsyncIter to use 3.6+ asynchronous generators 3 years ago
jack1142 dc19c6c7d5
Add positional-only arguments in more places 3 years ago
Maya 0b77b52da2
Add support for animated guild banners 3 years ago
jack1142 783513726f
Add support for role icons 3 years ago
Izhar Ahmad efec816de2
Make arguments positional only in 2 get methods 4 years ago
Rapptz 490bbffc93 Remove in-place edits and return fresh instances instead 4 years ago
Nadir Chowdhury d4c683738d
default to 0 instead of 15 for Guild.sticker_limit 4 years ago
Rapptz b73f02b9c3 Remove deprecated TextChannel.active_threads for Guild version 4 years ago
la 8ac5cdc314
Fix Guild.fetch_channel not working for threads 4 years ago
Nadir Chowdhury 60d82cf908
implement guild stickers 4 years ago
Rapptz 0d3bd3083c Add Guild.get_channel_or_thread helper method 4 years ago
Nadir Chowdhury f14e584304
Sync Guild.features to documentation 4 years ago
Alex Nørgaard d1dc41ec2f
Fix Client.fetch_channel not returning Thread 4 years ago
Nadir Chowdhury 2d597e310b
Fix Interaction.channel being None in threads 4 years ago
Rapptz 1aeec34f84 Typehint Member and various typing fixes 4 years ago
Rapptz 2beee8be14 Type hint channel.py 4 years ago
Rapptz a75cd93acc Fix Guild.vanity_invite causing an error when guild has it unset 4 years ago
RobotHanzo 75477b2995
Fix incorrect typehints in Guild.create_role 4 years ago
Rapptz f0c76a13d3 Fix guild documentation not showing up for some methods 4 years ago
Rapptz 0dd4c4c08c Don't use class attribute syntax for Guild typings 4 years ago
Rapptz 7dccbace78 Refactor Guild to support type hints 4 years ago
Rapptz bd369c76ea Parse remaining thread events. 4 years ago
Rapptz 429c5933d9 Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATE 4 years ago
Rapptz ac95b8b85b Allow Message.channel to be a thread 4 years ago