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
*
[commands] Raise when an invalid prefix is given.
Rapptz
2017-08-15
1
-5
/
+18
*
[commands] Ensure no mentions escape clean_content
Rapptz
2017-08-10
1
-10
/
+2
*
[commands] Fix clean_content converter not properly escaping mentions.
Rapptz
2017-08-10
1
-24
/
+29
*
[commands] Fix Command.root_parent not properly working.
Rapptz
2017-07-19
1
-2
/
+4
*
[commands] Restart the StringView properly in Context.reinvoke.
Rapptz
2017-07-18
1
-1
/
+3
*
[commands] Remove support for pass_context=False in Command.
Rapptz
2017-07-18
3
-17
/
+13
*
First pass at commands narrative documentation.
Rapptz
2017-07-08
1
-2
/
+2
*
[commands] unload cog submodules
khazhyk
2017-07-07
1
-0
/
+3
*
[commands] fix unloading incorrect cogs
khazhyk
2017-07-03
1
-3
/
+6
*
[commands] clean up remove_cog documentation
khazhyk
2017-07-03
1
-3
/
+2
*
[commands] Improve commands.when_mentioned_or documentation.
Rapptz
2017-07-01
1
-2
/
+19
*
[commands] Do not take up 'command' keyword-argument in Context.invoke.
Rapptz
2017-06-27
1
-3
/
+12
*
[commands] Add parameter that failed in fall-back BadArgument error.
Rapptz
2017-06-26
1
-1
/
+1
*
[commands] Ensure that Context.command is the command in Command.can_run
Rapptz
2017-06-21
1
-17
/
+23
*
[commands] Add Bot.check_once for a global check that is called once.
Rapptz
2017-06-20
1
-11
/
+74
*
[commands] Try to use the proper name when conversion fails.
Rapptz
2017-06-17
1
-1
/
+6
*
[commands] Fix cog error detection in the default global error handler.
Rapptz
2017-06-13
1
-1
/
+1
*
[commands] Don't display default error handler if a cog local exists.
Rapptz
2017-06-12
1
-2
/
+8
*
[commands] Add docstrings for extension loading.
Rapptz
2017-06-05
1
-0
/
+42
*
[commands] Allow inline advanced converters via classmethods.
Rapptz
2017-06-01
1
-4
/
+10
*
[commands] Add escape_markdown parameter for clean_content.
Rapptz
2017-05-28
1
-1
/
+16
*
[commands] Fix EmojiConverter not working with underscore names.
Rapptz
2017-05-26
1
-3
/
+3
*
Use Python3Lexer instead of PythonLexer for pygments.
Rapptz
2017-05-22
2
-8
/
+8
*
[commands] Add Context.reinvoke and Command.root_parent
Rapptz
2017-05-19
2
-2
/
+128
*
[commands] Fix Context.command_failed from being incorrect.
Rapptz
2017-05-18
3
-2
/
+5
*
[commands] Update check examples to work with rewrite.
Rapptz
2017-05-15
1
-10
/
+10
*
First pass at documentation reform.
Rapptz
2017-05-12
6
-165
/
+265
*
[commands] Converter.convert is always a coroutine.
Rapptz
2017-05-10
2
-78
/
+83
*
[commands] Fix default error handler to work with the switch.
Rapptz
2017-05-10
1
-1
/
+1
*
[commands] Re-order error handler arguments.
Rapptz
2017-05-10
2
-7
/
+7
*
[commands] Export is_nsfw check.
Rapptz
2017-05-05
1
-1
/
+1
*
[commands] Add is_nsfw check.
Rapptz
2017-05-01
1
-0
/
+6
*
[commands] Fix lack of space in when_mentioned
Rapptz
2017-04-24
1
-1
/
+1
*
[commands] Add Context.voice_client shortcut.
Rapptz
2017-04-24
1
-0
/
+6
*
[commands] Make when_mentioned always have both mention formats.
Rapptz
2017-04-24
1
-5
/
+2
*
[commands] Allow loading cogs from folders.
Rapptz
2017-04-21
2
-9
/
+10
*
[commands] Bot.get_all_emojis no longer exists.
Rapptz
2017-04-12
1
-2
/
+2
*
[commands] Export missing built-in converters.
Rapptz
2017-04-12
1
-1
/
+1
*
[commands] Fix User converter not working with IDs.
Rapptz
2017-03-27
1
-1
/
+1
*
[commands] Add is_owner check and Bot.is_owner.
Rapptz
2017-03-27
3
-2
/
+49
*
[commands] Remove Command.no_pm for commands.guild_only check.
Rapptz
2017-03-26
2
-15
/
+22
*
More robust cleanup for Client.run.
Rapptz
2017-03-24
1
-0
/
+4
*
[commands] Fix minor spacing issue in Command.signature
Rapptz
2017-03-21
1
-1
/
+1
*
[commands] Add Command.signature
Rapptz
2017-03-21
2
-31
/
+40
*
[commands] Add BotBase.get_cog_commands to get all a cog's commands.
Rapptz
2017-03-21
1
-0
/
+25
*
[commands] Change GroupMixin.commands to all_commands
Rapptz
2017-03-21
3
-20
/
+25
*
[commands] Add Context.me property.
Rapptz
2017-03-01
1
-0
/
+5
*
[commands] Register cog listeners with the name of the attribute.
Rapptz
2017-02-22
1
-1
/
+1
*
[commands] Fix bad logic in command list filtering.
Rapptz
2017-02-18
1
-1
/
+1
*
Make discord.ext a namespace package.
Rapptz
2017-02-14
1
-12
/
+0
[next]