Developer Anonymous
f1c047075c
Black
8 months ago
Developer Anonymous
1f84efceda
Final nits and examples in recurrence rule
8 months ago
Developer Anonymous
390e9ac561
Fixes
8 months ago
Developer Anonymous
64f6515ec2
what did i write here lmao
8 months ago
Developer Anonymous
3318ff23ae
Black
8 months ago
Developer Anonymous
1a3310a1bb
typo on docstring
8 months ago
Developer Anonymous
b1a053e340
_from_data finished...?
8 months ago
Developer Anonymous
a1988ba0a7
Docstring fixes
8 months ago
Developer Anonymous
5ac7368e44
things
8 months ago
Developer Anonymous
647f6e2476
Remove ScheduledEventRecurrenceRule.from_str and related
8 months ago
Developer Anonymous
8f9c19f3f2
more changes
9 months ago
Developer Anonymous
1ec6ad79ac
type fixes
9 months ago
Developer Anonymous
12ec0ac4ee
Fix ScheduledEvent.edit
9 months ago
Developer Anonymous
0f2f84d3c2
Remove get_scheduled_event_counts from HTTPClient and more type fixes
9 months ago
Developer Anonymous
73ff797de3
Remove ScheduledEvent.fetch_counts
9 months ago
Developer Anonymous
478a193ca9
More changes
9 months ago
Developer Anonymous
a2c431c21c
More docstring fixes
9 months ago
Developer Anonymous
427f1e8e85
Docstring fixes
9 months ago
Developer Anonymous
c6eea299be
ScheduledEvent.recurrence -> ScheduledEvent.recurrence_rule
9 months ago
Developer Anonymous
29adc26550
Add ScheduledEventRecurrenceRule to __all__
9 months ago
Developer Anonymous
96e9be5af2
fixed as I didnt knew dateutil isnt built-in lmao
9 months ago
Developer Anonymous
9afda1cd7e
First commit on the new recurrence rule objects
9 months ago
Developer Anonymous
aa6e4d982b
overloads fix
11 months ago
Developer Anonymous
cd5cbc615a
........
11 months ago
Developer Anonymous
8df1460fc4
Reworked everything 😔
11 months ago
Developer Anonymous
1527450586
Added eq dunder method to Scheduled Event Exception Counts
1 year ago
Developer Anonymous
41706ddb27
Base commit
1 year ago
Puncher
60094b17a9
Fix create_scheduled_event param handling
2 years ago
z03h
8f86170767
Don't require some args for ScheduledEvent.edit
2 years ago
Rapptz
02031d08fb
Publicly expose ScheduledEvent.creator_id
Fix #9201
2 years ago
Eta
4122bef8ee
Fix async iterators requesting past their bounds
This affects Messageable.history, ScheduledEvent.users,
Client.fetch_guilds, and Guild.audit_logs.
To illustrate the problem, Messageable.history counted returned
messages to tell when to stop iteration, but did so before filtering
away those past the before or after boundaries. When both
oldest_first=False and an after boundary were provided, this led to the
history iterator continuing to retrieve messages older than the after
boundary, which would then all be filtered away, continuing until the
message limit or the beginning of the entire channel was reached.
A similar situation would also occur with oldest_first=True and a
before boundary provided.
This commit changes the logic in these methods to count items after
filtering, so they stop requesting more as soon as the in-bounds items
are exhausted.
2 years ago
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