Rapptz
e6f549008f
Fix implicit permission resolution for Thread
Fix #9153
2 years ago
Rapptz
221bbdc846
Add Locale.indonesian
2 years ago
rdrescher909
057e3c32a4
Add VocalGuildChannel.slowmode_delay
2 years ago
rdrescher909
bd643d9da1
Fix AutoModTrigger ignoring allow_list with type keyword
2 years ago
rdrescher909
6b1d572049
Add ForumChannel.get_thread
2 years ago
rdrescher909
a07c664247
Fix Status.invisible description wording
2 years ago
Rapptz
0924b90ca4
[commands] Respect ignore_extra for FlagConverter kw-only parameters
2 years ago
Rapptz
8f6cdf6957
Fix certain parameters not being respected in Guild.create_forum
2 years ago
Eta
ab9356be83
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
rdrescher909
c759baa57e
Add tasks.loop examples using time parameter
2 years ago
Guddi
f8f088289d
Uppercase color codes in the docs
2 years ago
Rapptz
04061ee94b
Document UserFlags.active_developer
2 years ago
Rapptz
f2d1d8b439
Add active developer flag
3 years ago
Rapptz
00b4938893
Add AutoModTrigger.__repr__
3 years ago
Rapptz
9ecdac04a2
Add AutoModTrigger.regex_patterns support
3 years ago
Tom
bb931272fc
Add Pycharm support to coloured logging
3 years ago
Jonah Lawrence
9a975acd26
Fix usage of single backticks to links and code-blocks
3 years ago
z03h
abe9e6d123
Remove leftover guild from scheduled_event_delete dispatch
3 years ago
gx1285
ef5a48bb1e
Fix broken link for store removal
3 years ago
RioghanDer2te
ae08c79421
Remove redundant VocalGuildChannel in GuildChannel Union
3 years ago
Willy
bb210fd0d8
Add default value to Guild.ban docs
3 years ago
crayyy_zee
4864ecec09
[commands] Add missing description parameter to docs
3 years ago
Jakub Kuczys
b869401767
Type hint support for slices and __index__ in SequenceProxy
3 years ago
Jakub Kuczys
622a76651a
Add ForumChannel to Webhook's documentation
3 years ago
ster
c273f26805
Add coro tag to docstrings that were missing it
3 years ago
Jakub Kuczys
8cc0deab08
Add repr to the SequenceProxy
3 years ago
Omkaar
12f188df01
Refactor certain f-strings and literals
3 years ago
Jakub Kuczys
ec558a24b0
Fix migration guide docs for abc.PrivateChannel and cooldown()
* Move PrivateChannel ABC change to proper subsection in migration guide
* Add change to the accepted callables in cooldown() to migration guide
3 years ago
Jakub Kuczys
4367a9afd3
Set thread related perms in private channels to False
3 years ago
Sebastian Law
f380830143
Fix docstring for create_invite
3 years ago
Mega-JC
810b916054
Update Thread.message_count documentation
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
1424dedeff
[commands] Allow Greedy to potentially maintain state between calls
3 years ago
z03h
1a2657609b
Add Forum.archived_threads
3 years ago
Rapptz
efab542aba
Parse gateway URL as an actual URL using yarl
Discord has changed the URL format to make it infeasible to edit it
using basic string interpolation.
3 years ago
Vioshim
9878f75d3d
Fix passing None to ForumTag.emoji constructor
3 years ago
Steve C
14875c45e3
Fix permissions-based docstrings to be more consistent
3 years ago
Jakub Kuczys
94fbdcb270
Change VoiceProtocol user callbacks to be pos-only
3 years ago
z03h
d9430e4929
Fix default_thread_slowmode_delay
3 years ago
Rapptz
49b33e2f89
[commands] Add __repr__ to Range
3 years ago
Varun J
f31377ccda
[commands] fix Range to allow 3.10 Union syntax
3 years ago
Lilly Rose Berner
adf40da8dc
Update flags and applied tags on thread update
3 years ago
Rapptz
8e039eafc1
[commands] Add support for NumPy style docstrings for commands
3 years ago
Evan J. Markowitz
509d06ddbb
Add applied_tags to ForumChannel.create_thread to match Thread.edit
3 years ago
Josh
a9af97d841
Add support for toggling discoverable and invites_disabled features
3 years ago
Rapptz
94b2f45cd4
Add more options to Guild.create_forum
3 years ago
Rapptz
9bf72bd9b0
Remove TextChannel.default_thread_slowmode_delay
This doesn't have meaning on text channels apparently
3 years ago
Rapptz
ba901066ff
Add support for newest ForumChannel changes
This adds the following:
- Forum tag support
- Default reaction support
- Default slowmode for newly created threads
3 years ago
Rapptz
9e81872fc8
Remove buckets from webhook ratelimit warnings
3 years ago
Nihaal Sangha
6187e05ee2
Fix unescaped period in webhook regex
3 years ago
Puncher
c1f414558b
[commands] Add missing attributetable to classes
3 years ago