692 Commits (34bf026a0213902f821173858cf80d2ab067e51a)

Author SHA1 Message Date
Andrin 34bf026a02
Add support for get sticker pack 7 months ago
Michael H da89fbc8b5
Re-add client connector param 7 months ago
DA344 e43bd8692c
Add support for Polls 11 months ago
Michael H 88f62d85d2
Ensure Client.close() has finished in __aexit__ 11 months ago
Josh 4e03b170ef
Update pyright version 1 year ago
Lucas Hardt 99618c823a
Add support for premium app integrations 1 year ago
Lucas Hardt 3827671bf7
Fix misleading Error documentation for Client.fetch_guild 2 years ago
Rapptz 7c3868ef3b Add Client.remove_dynamic_items 2 years ago
Rapptz a852f90358 Add support for dynamic items that parse custom_id for state 2 years ago
Andrin S 66689e16e8
Add with_counts param to fetch_guilds 2 years ago
Andrin S 4828355f9e
Change and add params in AppInfo and PartialAppInfo 2 years ago
Bryan Forbes 0ea098567c
[commands] Use `...` for `Command` and `Group` typing 2 years ago
Bryan Forbes 1de3562f34
Fix partially uknown typing errors 2 years ago
z03h e6ef43139f
Don't store finished views/modals 2 years ago
Rapptz bbba8c650f Add missing generic parameters on various Interaction parameters 2 years ago
Rapptz 3c91d2163e Fix overload for on_raw_typing in wait_for 2 years ago
Rapptz bf860b0b07 Add support for generic ClientT in Interaction 2 years ago
Rapptz ef7d740524 Add overload for audit_log_entry_create 2 years ago
James Hilton-Balfe 375a001da8
Add overloads for all the events in the event reference 2 years ago
Eta 4122bef8ee
Fix async iterators requesting past their bounds 2 years ago
Steve C ce06beeb6c
Fix permissions-based docstrings to be more consistent 3 years ago
Ionite 6981eb69c4
Normalize type formatting in TypeError 3 years ago
Rapptz 2bf2bfc9b4 Add utils.setup_logging to help set up logging outside of Client.run 3 years ago
Rapptz 7be0779b65 Add root_logger setting to Client.run 3 years ago
Rapptz 3802780f77 Change a lot of logging INFO calls to be less verbose 3 years ago
Puncher 584c22f642
Raise TypeError when token is not a string 3 years ago
Rapptz 7da2048d1a Add support for resume_gateway_url 3 years ago
z03h dc81ff76c4
Add Object.type to Objects where a type can be determined 3 years ago
Rapptz 2d586ae805 Add initial support for app command localisation 3 years ago
Bryan Forbes d707019348
Bump Pyright to 1.1.265, fix type errors, and remove unnecessary ignores 3 years ago
Rapptz 87bc79e6e3 Change certain sequences to use a special proxy type instead of list 3 years ago
Rapptz 76402b00f9 Allow configuring the maximum ratelimit timeout before erroring 3 years ago
Rapptz 53685b9b86 Change stderr prints to use the logging module instead 3 years ago
Rapptz 49e683541b Add default logging configuration when using Client.run 3 years ago
James Hilton-Balfe 5d1b63bfee
[docs] Add async with documentation for Client 3 years ago
Rapptz d19faa5f32 Raise an exception when wait_until_ready is called without a loop 3 years ago
Rapptz ee71366f72 Fetch application_info on login 3 years ago
Rapptz 1df3ed861c Fix broken HTTPClient.recreate code to actually clear session 3 years ago
Rapptz 4733a499a5 Fix documentation build for Client.get_partial_messageable 3 years ago
Rapptz c22b6dc2cd Add guild property to DMChannel, GroupChannel, and PartialMessageable 3 years ago
Rapptz 8699d2139a Improve generic duck type programming with PartialMessageable 3 years ago
Lilly Rose Berner 2dbf14bb72
Separately delay ready event for each shard 3 years ago
Lilly Rose Berner 08844985cc
Fix Client.fetch_guilds not working correctly, increase default limit 3 years ago
Rapptz 987235d564 Only call async setup if the loop sentinel hasn't been changed 3 years ago
Rapptz 76cc2c2272 Require passing intents to Client and its subclasses 3 years ago
Puncher 18050aecd7
Fix broken code blocks in docstrings 3 years ago
jack1142 5ffa3e85de
Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago
Bryan Forbes 062f4d6f87
Change some methods to use positional-only marker 3 years ago
will 13d19dc5ce
Fix typo in http_trace parameter documentation 3 years ago
Rapptz 77ec49782a Add http_trace option in Client to trace the library's HTTP requests 3 years ago