Jonah Lawrence
d7b6a2ad12
Fix usage of single backticks to links and code-blocks
3 years ago
Steve C
ce06beeb6c
Fix permissions-based docstrings to be more consistent
3 years ago
Ionite
6981eb69c4
Normalize type formatting in TypeError
Normalize most mixed usages of `__class__`, `__class__!r`,
`__class__.__name__!r` to the standard form of
`__class__.__name__`
3 years ago
Bryan Forbes
d707019348
Bump Pyright to 1.1.265, fix type errors, and remove unnecessary ignores
3 years ago
Josh
c9f777c873
Fix type annotations to adhere to latest pyright release
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
Rapptz
9df6aa86c8
Fix state modification endpoints on ScheduledEvent not working
Closes #8114
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
Nadir Chowdhury
c95d12dcfc
Prevent `KeyError` when removing scheduled event user
3 years ago
metro
9b65b5ce2e
Fix scheduled event payload and docstring type
3 years ago
Nadir Chowdhury
70876d7f51
ScheduledEvent.description can be Optional
3 years ago
z03h
cb7ecf0938
Fix errors in ScheduledEvent and add url property
3 years ago
Nadir Chowdhury
b20ab5ae5d
image key is now optional for scheduled events
3 years ago
Nadir Chowdhury
3c6279b947
Implement Guild Scheduled Events
3 years ago