dolfies
72132efb78
Fix more issues relating to previous upstream pull
2 years ago
dolfies
9b903c14dc
Implement message greeting
2 years ago
dolfies
d8f8158892
Document PRESENCE_UPDATE changes
2 years ago
dolfies
08d477a5f9
Don't change discord_protos to selfcord_protos
2 years ago
dolfies
5266b90383
Fix type issues
2 years ago
dolfies
29a9f5d018
Fix type issues
2 years ago
dolfies
8a1a3ffcce
Fix issues with previous upstream commits
2 years ago
Rapptz
1a4b2b7440
Fix crash from Discord sending null channel_id for automod audit logs
2 years ago
Rapptz
bf71a20e46
Clean up Guild.edit documentation
2 years ago
Puncher
e612d95754
Add mfa_level parameter to Guild.edit
2 years ago
Puncher
d98b46816d
Add widget_channel and widget_enabled parameters in Guild.edit
2 years ago
Puncher
5e62525d83
Add overloads for AutoModRuleAction.__init__
2 years ago
Andrew Morgan
b9471513ea
Include ssrc parameter when sending a SPEAKING payload
As it is a required parameter.
Don't unnecessarily send a second SPEAKING payload after
connecting to voice
We do need to send a SPEAKING payload in order to set our SSRC value
after connecting to voice, yet that can be with a `state` of 0
(SpeakingState.none).
There is no reason to send 2 packets; one marking ourselves as
speaking, and then not speaking.
2 years ago
Rapptz
a598e6157d
Fix improper usages of Optional MISSING in create_forum
2 years ago
Rapptz
48e5e6d77f
Fix Widget.members type docstring
2 years ago
Puncher
d9e0ce9a9f
Add default_reaction_emoji and default_forum_layout to create_forum
2 years ago
rdrescher909
3ebcb8091d
Add Guild.get_emoji helper
2 years ago
Puncher
a6603bbf0e
Add missing param send_start_notification to create_instance
2 years ago
Puncher
f0ae829116
Fix MISSING error for enabled param in create_automod_rule
2 years ago
Puncher
da55e399cb
Add support for default_thread_slowmode_delay in TextChannel
2 years ago
Puncher
2f5bc11d3a
Add support for default_sort_order in ForumChannel
2 years ago
Puncher
d0448b7669
Fix create_scheduled_event param handling
2 years ago
Soheab_
d973ff30b6
[commands] Pass failed argument's value to BadLiteralArgument
2 years ago
Florian Spieß
916e34280f
Fix udp discovery not using 74 byte layout
2 years ago
owocado
558705f074
Add more missing AuditLogDiff attrs
2 years ago
Flame442
7aa49bf852
Fix member_prune extras attribute name
2 years ago
Rapptz
28601c85e1
Add note about colour changing
2 years ago
owocado
6d189755bf
Add missing AuditLogDiff attributes for AuditLogAction.guild_update
2 years ago
Puncher
02fd838f87
Add missing and fix wrong docstrings
2 years ago
Rapptz
841f1debdc
Add support for stage message types
2 years ago
Willy
4cc810cd3f
[commands] Add missing command decorator to example
2 years ago
z03h
15634526a2
Don't require some args for ScheduledEvent.edit
2 years ago
Josh
e1b2d9e395
Fix audit log pagination logic
2 years ago
Josh
b84d8b5776
Add custom_message to automod block_message aciton
2 years ago
Rapptz
d3655338ef
Avoid converting target_id if it's None
2 years ago
Rapptz
58967ea50b
Update docs with references to text in stage
2 years ago
Rapptz
d746cc824c
Implement Messageable for StageChannel
Fix #9248
2 years ago
Puncher
e174139da2
Change max values in AutoModTrigger attributes docs
2 years ago
owocado
74ea102fef
Document auto_archive_duration accepted values
2 years ago
owocado
ad7be8f650
Fix a few typos in the docs
Co-authored-by: o-wo <[email protected] >
2 years ago
Leonardo
622a166938
Update colour constants
2 years ago
o-wo
a6dd1fec73
Fix AuditLogDiff.type for webhooks
2 years ago
Jonte
e7ef85e504
Update create_stage_channel to support more parameters
2 years ago
Rapptz
473a2a65da
Add colour previews to the documentation
2 years ago
Rapptz
869aeb5f64
Clarify documentation on Message.publish
2 years ago
Soheab_
0f5a4f5070
Correct permission for bypass_verification field in Member.edit
2 years ago
Rapptz
ad6c727468
Remove unused import
2 years ago
Rapptz
5630d2b8f2
Fix Message.channel rebinding sometimes being Object
2 years ago
TheMaster3558
fb45200d61
Add dark_embed and light_embed to Colour
2 years ago
Rapptz
956697080d
Add support for passing client to Webhook.from_url and Webhook.partial
2 years ago