Bryan Forbes
d707019348
Bump Pyright to 1.1.265, fix type errors, and remove unnecessary ignores
2022-08-04 22:46:02 -04:00
Josh
c9f777c873
Fix type annotations to adhere to latest pyright release
2022-06-12 15:30:45 -04:00
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.
2022-06-06 08:56:04 -04:00
Rapptz
9df6aa86c8
Fix state modification endpoints on ScheduledEvent not working
...
Closes #8114
2022-06-06 08:34:19 -04:00
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
...
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Josh <josh.ja.butt@gmail.com>
2022-03-13 23:52:10 -04:00
Nadir Chowdhury
c95d12dcfc
Prevent KeyError
when removing scheduled event user
2022-03-11 20:50:49 -05:00
metro
9b65b5ce2e
Fix scheduled event payload and docstring type
2022-03-09 21:31:14 -05:00
Nadir Chowdhury
70876d7f51
ScheduledEvent.description can be Optional
2022-03-09 20:42:25 -05:00
z03h
cb7ecf0938
Fix errors in ScheduledEvent and add url property
2022-03-09 07:38:13 -05:00
Nadir Chowdhury
b20ab5ae5d
image key is now optional for scheduled events
2022-03-05 22:09:55 -05:00
Nadir Chowdhury
3c6279b947
Implement Guild Scheduled Events
2022-03-01 01:00:04 -05:00