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
/
commands
/
bot.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copy docs from Client.close() to Bot.close()
Willy
2021-08-20
1
-0
/
+1
*
[commands][types] Type hint commands-ext
Josh
2021-08-19
1
-53
/
+79
*
[commands] Return removed cog in Bot.remove_cog
thetimtoy
2021-08-18
1
-1
/
+8
*
[commands] Remove function call indirection when checking author
Rapptz
2021-05-25
1
-2
/
+1
*
[commands] Remove Bot.self_bot
Tari
2021-05-25
1
-9
/
+1
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-2
/
+2
*
[commands] Raise error when a cog name is already registered
Sebastian Law
2021-04-08
1
-2
/
+22
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-3
/
+3
*
[commands] Use has_error_handler instead in command_error
pikaninja
2021-04-07
1
-2
/
+3
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+7
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-6
/
+4
*
[commands] Add support for stripping whitespace after the prefix
Rapptz
2021-03-28
1
-0
/
+10
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-4
/
+3
*
[commands] Allow relative paths when handling extensions
Kaylynn Morgan
2021-02-23
1
-3
/
+37
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
1
-2
/
+1
*
Add revisions to check_once docs
Jaime Garcia Jr
2020-07-24
1
-0
/
+6
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-4
/
+9
*
[commands] Raise CheckFailure if all bot "check once" fail
Rapptz
2020-04-06
1
-0
/
+2
*
Import ABC from collections.abc instead of collections
Karthikeyan Singaravelan
2020-01-25
1
-1
/
+1
*
Fixes and improvements for v1.3 documentation
Harmon
2020-01-22
1
-2
/
+5
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
[commands] default Bot.owner_ids to a set
Ben Mintz
2019-09-10
1
-1
/
+1
*
[commands] Properly load the original module when reloading fails.
Rapptz
2019-07-27
1
-2
/
+3
*
[commands] update sys.modules in load_extension again
Benjamin Mintz
2019-07-18
1
-1
/
+5
*
[commands] Bot.is_owner should be marked as coroutine
ed588
2019-07-18
1
-1
/
+3
*
[commands] Don't update sys.modules with a stale reference.
Rapptz
2019-07-07
1
-1
/
+1
*
[commands] Properly raise the correct exception for owner_ids
Rapptz
2019-06-29
1
-14
/
+14
*
[commands] Don't raise ExtensionNotFound for ImportErrors in modules
Benjamin Mintz
2019-06-29
1
-10
/
+14
*
Support team members data in application info
fourjr
2019-06-29
1
-4
/
+27
*
Improve documentation
NCPlayz
2019-06-07
1
-6
/
+11
*
Add asyncio.Task subclass for better __repr__ for events.
Rapptz
2019-05-19
1
-2
/
+1
*
[commands] Update default on_command_error
sirtezza451
2019-04-18
1
-2
/
+1
*
[commands] Fix references in Bot to actually link.
Rapptz
2019-04-10
1
-5
/
+2
*
[commands] Raise TypeError instead of ClientException in some places
Rapptz
2019-04-07
1
-9
/
+9
*
[commands] Double underscore some attributes.
Rapptz
2019-03-24
1
-16
/
+16
*
Try to consistently use "inherit" vs "derive" in documentation.
Rapptz
2019-03-19
1
-3
/
+3
*
[commands] Redesign extension exception flow.
Rapptz
2019-03-19
1
-20
/
+35
*
[commands] Add Bot.reload_extension for atomic loading.
Rapptz
2019-03-19
1
-43
/
+106
*
Organise documentation
NCPlayz
2019-03-19
1
-11
/
+11
*
[commands] Make Bot.cogs and Bot.extensions read-only mappings.
Rapptz
2019-03-17
1
-12
/
+23
*
[commands] Redesign HelpFormatter into HelpCommand
Rapptz
2019-03-15
1
-107
/
+40
*
[commands] Remove Bot.get_cog_commands
Rapptz
2019-02-23
1
-25
/
+0
*
Rework entire cog system and partially document it and extensions.
Rapptz
2019-02-23
1
-78
/
+19
*
Clarified add_listener documentation
Skyweb
2019-02-06
1
-2
/
+2
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
bot.unload_extension: also allow events with no module
bmintz
2018-11-24
1
-6
/
+4
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-1
/
+2
*
[lint] Remove redundant paranthesis
Hornwitser
2018-11-24
1
-2
/
+2
*
[lint] Rename exception variables to exc
Hornwitser
2018-11-24
1
-2
/
+2
[next]