Andrin S
204b7eabdc
Add new use_soundboard and manage_guild_expressions permissions
2 years ago
dolfies
0153ee7f23
Update versionadded for call voice state changing
2 years ago
dolfies
11832ad7c8
Update protobuf settings in change_presence
2 years ago
dolfies
c77ffa9c79
Cache and update RequiredActionType
2 years ago
dolfies
4106f6ae84
Document implicit relationship type and undocument unused required action type
2 years ago
dolfies
30e8aa37e7
Remove friend invite creation functionality
This feature is actively being worked on and is not stable
2 years ago
dolfies
527329be61
Update context/super property management
2 years ago
dolfies
712479e092
Add updated parameters to Application.edit_embedded_activity_config()
2 years ago
dolfies
9a5ff2bf0b
Update various List[] to Collection[]
2 years ago
dolfies
07203e576f
Add separate data class for Client.fetch_guilds(), add application_command_counts_update event, fix various guild issues
2 years ago
dolfies
6227c3810f
Properly format voice logs
2 years ago
dolfies
a369abf31c
Update README.rst
2 years ago
dolfies
e6b1f195bf
Update voice/call types and function signatures
2 years ago
dolfies
5907664d4c
Fix captcha handling with form param payloads ( fixes #484 )
2 years ago
dolfies
e52a6d2159
Pass along message to child components ( fix #480 )
2 years ago
dolfies
913bef61ac
Clean up message requests
2 years ago
dolfies
82b5f5d3c2
Fix Thread last_pin_timestamp typing
2 years ago
dolfies
2da78bf2a6
Implement new capabilities, PASSIVE_UPDATE_V1, and add last_pin_timestamp to channels
2 years ago
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