Rapptz
c13a35e911
Fix channel edits on webhooks sending two requests
2 years ago
Rapptz
79925e9c3b
Fix FileHandler having ANSI escapes when used within PyCharm
2 years ago
Andrin S
f066597a02
Add support for voice messages
Co-authored-by: Danny <[email protected] >
2 years ago
Andrin S
3fccf71609
Fix on_socket_raw_send and on_raw_thread_member_remove param types
2 years ago
Andrin S
ddb2dea907
[docs] Add missing attributes to AuditLogDiff
2 years ago
Rapptz
2a2e95567b
Fix AuditLogEntry.target being None for invites
Fix #9336
2 years ago
Rapptz
bc4b1cad6d
Update auto_archive_duration documentation
Fix #9351
2 years ago
Michael H
d5d2942718
Improve handling of ArrayFlags
Why discord did it this way instead of as an integer bitfield like everything
reasonable is unknowable, but this does less work to get to the same result.
Add comment detailing what many would find unreadbale
2 years ago
Andrin S
0f8e682ec9
Escape # and - in markdown utilities
2 years ago
Vioshim
01fdb631ad
Update base file size limit
2 years ago
z03h
8dc160689c
Convert Webhook targets in AuditlogEntry
2 years ago
James Hilton-Balfe
e86ac83a2a
[commands] Use get_role where appropriate in role decorators
2 years ago
dolfies
7e5ff57a57
Improve experiment filter ergonomics
2 years ago
dolfies
041cfe9e95
Add experiments to README features list
2 years ago
dolfies
fe304dfc7c
Save READY data at beginning of event handling
2 years ago
dolfies
0a1cadb123
Move independent event parsing back to READY event handler
2 years ago
Ruairi
67b69e732c
Implement experiments ( #520 )
* start on experiments
Signed-off-by: Ruairi <[email protected] >
* Proper experiment types
* Small fixes
* add experiments to client
Signed-off-by: Ruairi <[email protected] >
* format using black
Signed-off-by: Ruairi <[email protected] >
* correct errors in filters
Signed-off-by: Ruairi <[email protected] >
* add suggested changes
Signed-off-by: Ruairi <[email protected] >
* oopsies
Signed-off-by: Ruairi <[email protected] >
* fix some errors hopefully
Signed-off-by: Ruairi <[email protected] >
* fix even more type errors
Signed-off-by: Ruairi <[email protected] >
* moved to utils
Signed-off-by: Ruairi <[email protected] >
* Fix overloads
* Update discord/experiment.py
Co-authored-by: dolfies <[email protected] >
* Update discord/experiment.py
Co-authored-by: dolfies <[email protected] >
* add suggested changes
Signed-off-by: Ruairi <[email protected] >
* fixinator
Signed-off-by: Ruairi <[email protected] >
* properly cast
Signed-off-by: Ruairi <[email protected] >
* Update discord/experiment.py
Co-authored-by: dolfies <[email protected] >
* Update discord/client.py
Co-authored-by: dolfies <[email protected] >
* Update discord/experiment.py
Co-authored-by: dolfies <[email protected] >
* Update discord/experiment.py
Co-authored-by: dolfies <[email protected] >
* Update discord/experiment.py
Co-authored-by: dolfies <[email protected] >
* Update discord/http.py
Co-authored-by: dolfies <[email protected] >
* Update discord/experiment.py
Co-authored-by: dolfies <[email protected] >
* Update discord/utils.py
Co-authored-by: dolfies <[email protected] >
* fix type error
Signed-off-by: Ruairi <[email protected] >
* rename murmurhash32
Signed-off-by: Ruairi <[email protected] >
* fix!: apply suggestions
Signed-off-by: Ruairi <[email protected] >
* fix quotes
Signed-off-by: Ruairi <[email protected] >
* big fixesd
* logic fixes and simplification
* add mmh3 to optional reqs
* reqs my beloved
* documentation
* Proper filters
* Export experiment classes
* Fix Metadata object parsing
* More low-level method warnings
* Fix and improve performance of ExperimentOverride
* more positional-only markers
* fix small isues
Signed-off-by: Ruairi <[email protected] >
* fix formatting
Signed-off-by: Ruairi <[email protected] >
* put mmh3 shit without type checker and shit idk
* Remove str(exp)
---------
Signed-off-by: Ruairi <[email protected] >
Co-authored-by: dolfies <[email protected] >
2 years ago
dolfies
0c1c19e6a3
Remove unused import
2 years ago
dolfies
9ce87c9693
Fix payload not being sent when accepting friend requests ( fixes #527 )
2 years ago
dolfies
c9416e33a6
Rename preferred_voice_regions
2 years ago
dolfies
f67e1ef864
Avoid duplicate workflow runs
2 years ago
dolfies
d72bc46656
Return a string for phone numbers
2 years ago
dolfies
178eb31cf2
Properly implement FriendSuggestionReason
2 years ago
dolfies
61e340981f
Implement guest invites
2 years ago
dolfies
1ab0925630
Implement new client headers
2 years ago
dolfies
4039345c15
Implement new read state capabilities
2 years ago
dolfies
e7953545e0
Fix ApplicationDiscoveryFlags docs
2 years ago
dolfies
94557e931a
Add leave() and delete() to UserGuild
2 years ago
dolfies
f488e0cdac
Improve ApplicationCommand.is_group() documentation formatting
2 years ago
dolfies
5efdd767f6
Make Application enums consistent (AppCommandType -> ApplicationCommandType)
2 years ago
dolfies
c25de234ea
Remove outdated attribute, allow CloudFile in application commands
2 years ago
dolfies
7167014a6e
Set X-Discord-Locale header based on user settings
2 years ago
dolfies
d00e659c7b
Cast guild folder ID to null for fake folders, add color alias to constructor
2 years ago
dolfies
0d891574b8
Fix File.size ( fixes #507 )
2 years ago
dolfies
dc3f552a5a
Update Guild.integrations()
2 years ago
dolfies
88958fafbf
Fix sending messages without files ( fixes #506 )
2 years ago
dolfies
eec5f6341a
Add TrialOffer.is_acked() and make expires_at nullable
2 years ago
owocado
157366caab
Fix PartialConnection.url ( #504 )
also removed facebook connection URL since we talked about this before on how its URL render fails if fb connection name has spaces in it and how facebook assigns different UID than actual users UID for privacy reasons etc.
2 years ago
dolfies
5832e8bfdf
Implement unverified game reporting
2 years ago
dolfies
442d7cd16a
Implement get role member counts endpoint
2 years ago
dolfies
5ed24f70cb
Use client endpoint for guild delete
2 years ago
dolfies
a468054cc3
Implement tutorial management
2 years ago
dolfies
647d923174
Don't expose ContextProperties in namespace
2 years ago
dolfies
c34e5bfd6e
Implement standalone create/edit/delete forum tag endpoints
2 years ago
dolfies
684f68ed00
Correct StageInstance.discoverable documentation
2 years ago
unsmxrt
492729cc42
Fix ActionRow not implementing "to_dict()" ( #496 )
* Fix ActionRow not implementing to_dict
This would make modals impossible to submit, for example
* Fix typing
---------
Co-authored-by: dolfies <[email protected] >
2 years ago
dolfies
9ced49b4f8
Remove useless Host header
2 years ago
dolfies
915b9b8caa
Refactor HTTP client lifecycle
2 years ago
dolfies
d57dabac95
Remove redundant SSL context options
2 years ago
dolfies
91e93be751
Improve TLS fingerprint
2 years ago