You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Steve C
ef9bb79e91
[tasks] Move the Loop's sleep to be before exit conditions
This change makes it more so that `Loop.stop()` gracefully makes the
current iteration the final one, by waiting AND THEN returning.
The current implementation is closer to `cancel`, while also not.
I encountered this because I was trying to run a
`@tasks.loop(count=1)`, and inside it I print some text and change the
interval, and in an `after_loop`, I restart the loop.
Without this change, it immediately floods my console, due to
not waiting before executing `after_loop`.
4 years ago
..
bin
Update Windows opus binaries from 1.2.1 to 1.3.1
5 years ago
ext
[tasks] Move the Loop's sleep to be before exit conditions
4 years ago
types
Add NSFW for Guilds
4 years ago
webhook
Rewrite Asset design
4 years ago
__init__.py
Add `__all__` to remaining modules
4 years ago
__main__.py
Make the bot template use f-strings over str.format
4 years ago
abc.py
[docs] Fix various unresolved references
4 years ago
activity.py
Use f-strings in more places that were missed.
4 years ago
appinfo.py
Rewrite Asset design
4 years ago
asset.py
Rewrite Asset design
4 years ago
audit_logs.py
Permission related fixes for v8
4 years ago
backoff.py
Add `__all__` to remaining modules
4 years ago
channel.py
Rewrite Asset design
4 years ago
client.py
Remove fetch_offline_members param for Client
4 years ago
colour.py
Add `__all__` to remaining modules
4 years ago
context_managers.py
Add `__all__` to remaining modules
4 years ago
embeds.py
[docs] Fix various unresolved references
4 years ago
emoji.py
Rewrite Asset design
4 years ago
enums.py
add reply and application_command types
4 years ago
errors.py
Add `__all__` to remaining modules
4 years ago
file.py
Add `__all__` to remaining modules
4 years ago
flags.py
Rewrite Asset design
4 years ago
gateway.py
Remove support for guild subscriptions
4 years ago
guild.py
Rewrite Asset design
4 years ago
http.py
Add `fetch_message` for webhooks
4 years ago
integrations.py
Add typings for audit logs, integrations, and webhooks
4 years ago
interactions.py
Add interaction related typings
4 years ago
invite.py
Rewrite Asset design
4 years ago
iterators.py
Add typings for audit logs, integrations, and webhooks
4 years ago
member.py
Rewrite Asset design
4 years ago
mentions.py
Use f-strings in more places that were missed.
4 years ago
message.py
Revert Attachment.save code to prior implementation
4 years ago
mixins.py
Add `__all__` to remaining modules
4 years ago
object.py
Add `__all__` to remaining modules
4 years ago
oggparse.py
Add `__all__` to remaining modules
4 years ago
opus.py
Add `__all__` to remaining modules
4 years ago
partial_emoji.py
Rewrite Asset design
4 years ago
permissions.py
Modernize code to use f-strings
4 years ago
player.py
Use f-strings in more places that were missed.
4 years ago
raw_models.py
Add `__all__` to remaining modules
4 years ago
reaction.py
Use f-strings in more places that were missed.
4 years ago
role.py
First pass at supporting v8 API
4 years ago
shard.py
Remove AutoShardedClient.request_offline_members
4 years ago
state.py
Fix guild.chunk() not working on evicted guilds
4 years ago
sticker.py
Rewrite Asset design
4 years ago
team.py
Rewrite Asset design
4 years ago
template.py
Add missing future annotations import
4 years ago
user.py
Rewrite Asset design
4 years ago
utils.py
Fix spelling error in utils.__all__
4 years ago
voice_client.py
Add `__all__` to remaining modules
4 years ago
widget.py
Use f-strings in more places that were missed.
4 years ago