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
*
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
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-3
/
+3
*
[commands] Add call_once keyword-only parameter for Bot.remove_check
Rapptz
2018-10-11
1
-7
/
+8
*
Correct ClientException message raised in invocation hooks.
MusicOnline
2018-09-20
1
-2
/
+2
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-4
/
+4
*
[commands] Prepend mention prefixes in commands.when_mentioned_or
zephyrkul
2018-08-28
1
-1
/
+1
*
Bot.unload_extension: don't remove commands from no module
Ben Mintz
2018-08-22
1
-0
/
+2
*
[lint] Remove unnecessary lambdas
Hornwitser
2018-08-22
1
-1
/
+1
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-1
/
+1
*
[commands] Ignore bots from Bot.process_commands by default.
Rapptz
2018-08-22
1
-1
/
+7
*
[commands] Change command_prefix behaviour
Hornwitser
2018-06-29
1
-17
/
+53
*
Fix Bot.get_prefix second parameter breaking.
Rapptz
2018-06-10
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-42
/
+30
*
[commands] Add ability to have case insensitive commands.
Rapptz
2018-03-06
1
-0
/
+4
*
Add intersphinx
Tobotimus
2018-01-06
1
-9
/
+9
*
[commands] Fix minor spelling mistake
S Stewart
2017-11-20
1
-1
/
+1
*
[commands] Fix NameError when given an invalid prefix.
Rapptz
2017-09-12
1
-1
/
+1
*
[commands] Raise when an invalid prefix is given.
Rapptz
2017-08-15
1
-5
/
+18
*
[commands] Remove support for pass_context=False in Command.
Rapptz
2017-07-18
1
-1
/
+0
*
First pass at commands narrative documentation.
Rapptz
2017-07-08
1
-2
/
+2
[next]