PikalaxALT
|
b7c7200f4d
|
[commands] Add linesep kwarg to Paginator
|
4 years ago |
Alex Nørgaard
|
c72dbf28ba
|
[commands] Fix Command duplicates in `HelpCommand.get_bot_mapping`
|
4 years ago |
Rapptz
|
b9a99238e8
|
[commands] Add Command/Cog.has_error_handler
This allows querying the state without relying on internal undocumented
attributes.
|
4 years ago |
Nihaal Sangha
|
69bdc3a184
|
Change copyright year to present
|
4 years ago |
Josh
|
eeafc9363f
|
[commands] Add PartialMessageConverter
|
4 years ago |
jack1142
|
ed2650f786
|
Fix documented type of `Command.usage`
|
4 years ago |
BeatButton
|
bc0e214b98
|
[commands] Correct ChannelNotFound docstring
|
4 years ago |
Sebastian Law
|
e9e81d1a55
|
[commands] fully remove command when CommandRegistrationError is raised for alias
|
4 years ago |
Dan Hess
|
faffc8eeb2
|
[commands] Correct concurrency never releasing during prepare call
|
4 years ago |
Rapptz
|
f9dd200314
|
[commands] max_concurrency comes before cooldowns
Fix #6172
|
4 years ago |
Ben Skerritt
|
0995d07727
|
[commands] Added in missing channel links
|
4 years ago |
Rapptz
|
6ea7fce828
|
[commands] Cog unload failures are swallowed.
Fix #6113
|
4 years ago |
Nadir Chowdhury
|
6b803acde4
|
[chore] Remove redundant imports
This also removes the historical patch for NullHandler implemented in bbf1c54 , as it has been available since Python 3.1.
|
5 years ago |
PikalaxALT
|
d1cb30cccf
|
Implement discord.Message.reply
|
5 years ago |
SebbyLaw
|
4adbe03d7c
|
[commands] Allow setting description of cogs
|
5 years ago |
Rapptz
|
0456458ad1
|
[commands] Fetch user if an ID is passed and cache lookup fails.
|
5 years ago |
Rapptz
|
431ee8794b
|
Fix error with templates not having access to member cache flags.
This also changes the attribute from having an underscore
Fix #5986
|
5 years ago |
Jonathan Feenstra
|
c54d6f03c5
|
[commands] Update MessageConverter link regex
Remove redundant parts of the MessageConverter regexes and support www
|
5 years ago |
Rapptz
|
3daaadafdd
|
[commands] Lazily fetch members in discord.Member converters
This makes commands taking members mostly work transparently without
much effort from the user.
|
5 years ago |
Rapptz
|
0b93fa3a82
|
Implement VoiceProtocol lower level hooks.
This allows changing the connect flow and taking control of it without
relying on internal events or tricks.
|
5 years ago |
Michael
|
93fa46713a
|
Fix and add documentation
|
5 years ago |
Dan Hess
|
7acec502a6
|
[commands] Correct command removing during cog injecting
|
5 years ago |
Josh
|
f8a7d3fc54
|
[commands] Fix exception raised in Command invoke hooks.
|
5 years ago |
Skye Im
|
af88fc19b3
|
[commands] Update Bot.command() decorator docs
|
5 years ago |
Nadir Chowdhury
|
367c4b5fd2
|
[docs] remove unresolved doc refs, fix attribute ref
|
5 years ago |
khazhyk
|
6349d37a97
|
[commands] add require_var_positional
|
5 years ago |
Rapptz
|
0a7e2f7c2f
|
[commands] BadBooleanArgument -> BadBoolArgument
|
5 years ago |
Simon Beal
|
6ebd2e13a1
|
[commands] Add subclasses of BadArgument for converters
|
5 years ago |
parafoxia
|
ad04fbeee4
|
[commands] Added ColorConverter alias
|
5 years ago |
Rapptz
|
4203e7a5a8
|
[commands] Use edited timestamp if provided for cooldown timing
|
5 years ago |
Riley S
|
ad22fb295e
|
[commands] implement HelpCommand.add/remove_check
|
5 years ago |
Dan Hess
|
3a9fd00a1a
|
[commands] Provide a way to retrieve time left for a cooldown
|
5 years ago |
Rapptz
|
09f432016c
|
[commands] Restart subcommand_passed chain on invoke
Fix #5198
|
5 years ago |
Jaime Garcia Jr
|
1c3b0c02f8
|
Add revisions to check_once docs
|
5 years ago |
Jaime Garcia Jr
|
5813593d6e
|
Add documentation on bot_check_once
|
5 years ago |
SebbyLaw
|
b43658f6ff
|
[commands] Add documentation for exceptions in Context.(re)invoke
|
5 years ago |
jack1142
|
901290c8a2
|
[commands] GroupView.get_command shouldn't raise errors for empty names
|
5 years ago |
James
|
475762e8df
|
Document raises for Converter.convert
|
5 years ago |
Sebastian Law
|
7a07644de3
|
[commands] Raise TypeError when Optional is used with Greedy converter
|
5 years ago |
jack1142
|
84098ed824
|
[commands] Add a new exception class for command registration errors
|
5 years ago |
Sebastian Law
|
b4b953bfc6
|
Fix various inconsistencies within the documentation (#5067)
|
5 years ago |
Rapptz
|
66c6be50d8
|
Prepare for the discord.com domain rename
|
5 years ago |
Saphielle Akiyama
|
1e9937a234
|
Aliases passed as a list or as a tuple
Nothing too important, felt like some people would appreciate it;
|
5 years ago |
Xua
|
4e6942194f
|
[commands] Document that cog_command_error must be async
|
5 years ago |
jack1142
|
79276da17e
|
Escape backslashes in display name in `clean_prefix`
|
5 years ago |
Rapptz
|
874c2cd3c9
|
[commands] Raise CheckFailure if all bot "check once" fail
Fix #2643
|
5 years ago |
MarkKoz
|
2653ae7599
|
[commands] Stop yielding duplicate commands from walk_commands
|
5 years ago |
NCPlayz
|
1b0e806245
|
[commands] Implement `commands.before/after_invoke`
|
5 years ago |
s0lst1ce
|
2d48a6d5a1
|
[commands] Fix a typo in the docstring of the internal _Semaphore class
|
5 years ago |
Rapptz
|
bb1c1e9fa3
|
[commands] Raise when passing invalid permission keys in their checks
|
5 years ago |