Josh
e57617e157
Add support for delete_message_seconds ban argument
3 years ago
mirnovov
5039b967a0
Document get_thread not fetching archived threads
3 years ago
Bryan Forbes
d707019348
Bump Pyright to 1.1.265, fix type errors, and remove unnecessary ignores
3 years ago
Soheab
dc8cbc073e
Fix small typo in Guild.edit docstring
3 years ago
z03h
9f1c511b47
Fix Guild.afk_channel and VoiceState.channel being None at startup
3 years ago
Rapptz
d52bc5d225
Cache voice members on start up if MemberCacheFlags.voice is enabled
Fix #8209
3 years ago
Rapptz
87bc79e6e3
Change certain sequences to use a special proxy type instead of list
This is to speed up cases where someone is just querying the length
of the underlying sequence. If anything else is done to the sequence
then it is copied from the original iterator.
This change should be mostly transparent.
3 years ago
z03h
04aeff660b
Add automod types to audit log
3 years ago
apple502j
b95db674c0
Fix some typos
3 years ago
Alex Nørgaard
5426d19dc7
Implement AutoMod
3 years ago
Sarthak Upadhyay
1ba290d8c6
Update sticker limit in _PREMIUM_GUILD_LIMITS
3 years ago
Alex Nørgaard
6a58cabf5c
Add Guild.create_forum and CategoryChannel.create_forum
3 years ago
Rapptz
75d57ab3ce
Fix warning in entity_type reassignment
3 years ago
Rapptz
3fe9fc92eb
Automatically infer entity_type when passing concrete channels
This affects Guild.create_scheduled_event and ScheduledEvent.edit
Previously, you would always be required to pass it in. However, it
makes sense to not repeat yourself if you already know it's a stage
channel or a voice channel due to the type information.
3 years ago
Nadir Chowdhury
e2d0193531
Implement WelcomeScreen
3 years ago
Rapptz
573bb32a1e
Fallback to an unavailable guild instead of an Object in interactions
3 years ago
xCirno
1607b6978b
Add widget_enabled attribute to Guild
3 years ago
I. Ahmad
e3ea4706f9
[types] Remove auto archive duration related guild features
3 years ago
z03h
9deac84eac
Fix wrong variable being returned in audit logs
3 years ago
z03h
619bc50e5d
Add application command permissions to audit log
3 years ago
Rapptz
0851e03f00
Allow creating a news channel in create_text_channel
3 years ago
Rapptz
f045b7d63c
Fix BanEntry not being exported despite being documented
3 years ago
Mad Cat
c885aa0b99
Add NotFound to ban docstring
3 years ago
lightningyx
482bd11ac7
Fix Guild.fetch_member docstring
Co-authored-by: Danny <[email protected] >
3 years ago
Daniel Grant
18a6881fd9
Add NotFound to unban docstring
3 years ago
Rapptz
d98ee567d4
Add Guild.forums property
Ran an informal poll in the official server and this name won over the
alternative Guild.forum_channels property name
3 years ago
I. Ahmad
6265723a35
Add support for archive duration in Guild.create_text_channel
3 years ago
Rapptz
23f6876492
Add initial support for forum channels
Closes #7652
3 years ago
Rapptz
58db635229
Fix parameter validation in Guild.query_members
3 years ago
Rapptz
ca9fd355e8
Fix typo in Guild.bans docstring
3 years ago
Rapptz
9acf1db076
Support ban endpoint pagination
3 years ago
Rapptz
def035bf9a
Remove StoreChannel and any references to it
3 years ago
jack1142
5ffa3e85de
Update comments after `# type: ignore` to be compatible with PEP 484
3 years ago
I. Ahmad
181fc42b9b
Remove outdated note and example
3 years ago
curiositIy
c6d113c843
Change PUBLIC to COMMUNITY in Guild.edit
3 years ago
Rapptz
5f7c5abe0a
Change ban type hints to use int instead of Literal
3 years ago
Rapptz
4a76464ac9
Fix return value of Guild.chunk
3 years ago
Josh
e01d4a31eb
Replace invariant container types with wider types where applicable
3 years ago
Rapptz
61577677cd
Fix Guild.fetch_members limit parameter typing to be Optional
3 years ago
Lilly Rose Berner
6dd8845e4f
Fix Guild.audit_logs order being reversed without oldest_first and after
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
3 years ago
Rapptz
d921a03911
Fix bug where Guild.member_count would clear during update events
Fix #7656
3 years ago
chromacoat dreamkey
095aaa9ad1
Change wording of InvalidArgument removal in docs
3 years ago
Rapptz
71586836e1
Add Guild.vanity_url helper property
3 years ago
Steve C
9c054e9222
Remove unbound remnants of Guild._member_count
Since now it's always Optional[int]
3 years ago
Alex Nørgaard
03687fb616
Change Guild.member_count to Optional[int]
3 years ago
Rapptz
987e27dfce
Revert all Guild.chunk changes
This method should *not* return a list of members due to the way it is
used internally.
3 years ago
Stocker
e15415413b
Add missing parameters to certain methods
- slowmode_delay and reason in Message.create_thread
- slowmode_delay in TextChannel.create_thread
- reason in Guild.edit_widget
3 years ago
Sebastian Law
b77cf500a2
Make description parameter of Guild.create_sticker non-Optional
Co-authored-by: James Hilton-Balfe <[email protected] >
3 years ago
AmeyWale
a909c1ff06
Added vanity_url_code field in class guild
3 years ago