index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tasks] make __call__ actually appear in the docs
Sebastian Law
2021-02-21
1
-1
/
+1
*
[commands] Handle positional-only parameters in bot commands
Bryan Forbes
2021-02-17
1
-2
/
+2
*
[commands] Add support for rgb function in ColourConverter
Rapptz
2021-02-07
1
-11
/
+58
*
[commands] Add discord.Guild converter and GuildNotFound error
Alex Nørgaard
2021-02-07
2
-1
/
+45
*
[commands] Fix documented type of `Context.cog`
Jonas Bohmann
2021-01-24
1
-1
/
+1
*
[commands] Add linesep kwarg to Paginator
PikalaxALT
2021-01-17
1
-9
/
+17
*
[commands] Fix Command duplicates in `HelpCommand.get_bot_mapping`
Alex Nørgaard
2021-01-16
1
-1
/
+1
*
[commands] Add Command/Cog.has_error_handler
Rapptz
2021-01-15
2
-0
/
+14
*
Change copyright year to present
Nihaal Sangha
2021-01-15
12
-12
/
+12
*
[commands] Add PartialMessageConverter
Josh
2021-01-15
1
-13
/
+35
*
Fix documented type of `Command.usage`
jack1142
2021-01-14
1
-1
/
+1
*
[commands] Correct ChannelNotFound docstring
BeatButton
2021-01-12
1
-1
/
+1
*
[commands] fully remove command when CommandRegistrationError is raised for a...
Sebastian Law
2020-12-29
1
-1
/
+7
*
[commands] Correct concurrency never releasing during prepare call
Dan Hess
2020-12-26
1
-7
/
+12
*
[commands] max_concurrency comes before cooldowns
Rapptz
2020-12-17
1
-3
/
+3
*
[tasks] Fix a typo in documentation
Rapptz
2020-12-14
1
-1
/
+1
*
[tasks] Add support for manually calling the wrapped coroutine
Rapptz
2020-12-14
1
-0
/
+20
*
[commands] Added in missing channel links
Ben Skerritt
2020-12-07
1
-1
/
+1
*
[commands] Cog unload failures are swallowed.
Rapptz
2020-12-03
1
-1
/
+4
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
1
-2
/
+1
*
Implement discord.Message.reply
PikalaxALT
2020-11-26
1
-0
/
+5
*
[commands] Allow setting description of cogs
SebbyLaw
2020-11-26
1
-5
/
+15
*
[commands] Fetch user if an ID is passed and cache lookup fails.
Rapptz
2020-11-23
1
-18
/
+29
*
Fix error with templates not having access to member cache flags.
Rapptz
2020-11-21
1
-2
/
+2
*
[commands] Update MessageConverter link regex
Jonathan Feenstra
2020-11-21
1
-4
/
+3
*
[commands] Lazily fetch members in discord.Member converters
Rapptz
2020-10-17
1
-1
/
+46
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
1
-1
/
+1
*
Fix and add documentation
Michael
2020-09-23
5
-9
/
+45
*
[tasks] Lazily fetch event loop if one isn't provided
Rapptz
2020-09-10
1
-1
/
+4
*
[commands] Correct command removing during cog injecting
Dan Hess
2020-09-09
1
-1
/
+1
*
[commands] Fix exception raised in Command invoke hooks.
Josh
2020-09-09
1
-19
/
+11
*
[commands] Update Bot.command() decorator docs
Skye Im
2020-09-07
1
-0
/
+5
*
[docs] remove unresolved doc refs, fix attribute ref
Nadir Chowdhury
2020-09-07
1
-1
/
+1
*
[commands] add require_var_positional
khazhyk
2020-09-07
1
-1
/
+13
*
[commands] BadBooleanArgument -> BadBoolArgument
Rapptz
2020-09-04
2
-3
/
+3
*
[commands] Add subclasses of BadArgument for converters
Simon Beal
2020-09-04
3
-17
/
+237
*
[commands] Added ColorConverter alias
parafoxia
2020-08-31
1
-0
/
+5
*
[tasks] Don't update _next_iteration on retry
Josh
2020-08-28
1
-2
/
+7
*
[commands] Use edited timestamp if provided for cooldown timing
Rapptz
2020-08-25
1
-3
/
+6
*
[commands] implement HelpCommand.add/remove_check
Riley S
2020-08-05
1
-0
/
+43
*
[commands] Provide a way to retrieve time left for a cooldown
Dan Hess
2020-08-05
2
-1
/
+34
*
[commands] Restart subcommand_passed chain on invoke
Rapptz
2020-08-05
1
-0
/
+2
*
[tasks] Remove HTTPException as an exception to silently continue for
Dan Hess
2020-08-05
1
-1
/
+0
*
Rewrite gateway to use aiohttp instead of websockets
Rapptz
2020-07-25
1
-3
/
+0
*
Add revisions to check_once docs
Jaime Garcia Jr
2020-07-24
2
-4
/
+6
*
Add documentation on bot_check_once
Jaime Garcia Jr
2020-07-23
1
-0
/
+4
*
[commands] Add documentation for exceptions in Context.(re)invoke
SebbyLaw
2020-07-22
1
-0
/
+10
*
[commands] GroupView.get_command shouldn't raise errors for empty names
jack1142
2020-07-22
1
-0
/
+2
*
Document raises for Converter.convert
James
2020-07-08
1
-0
/
+8
*
Add a licence and encoding declaration to missing files
James
2020-07-08
1
-0
/
+26
[next]