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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[commands] Fix a small typo in Context.invoke docs
ShashankKumarSaxena
2021-08-27
1
-1
/
+1
*
Use MISSING instead of None for HelpCommand.context
Rapptz
2021-08-25
1
-1
/
+1
*
Fix references in docs
Josh
2021-08-22
1
-2
/
+2
*
[commands] Make GroupMixin Generic
Josh
2021-08-21
1
-10
/
+21
*
[commands] De-indent after hook call
Rapptz
2021-08-20
1
-1
/
+1
*
Copy docs from Client.close() to Bot.close()
Willy
2021-08-20
1
-0
/
+1
*
[commands] reset view when Optional argument encounters parsing error
Sebastian Law
2021-08-19
1
-1
/
+8
*
[commands][types] Type hint commands-ext
Josh
2021-08-19
6
-312
/
+636
*
[commands] Typehinted errors.py
Stocker
2021-08-18
1
-102
/
+117
*
Fix missing or broken versionadded in docstrings
AkshuAgarwal
2021-08-18
1
-0
/
+8
*
[commands] Return removed cog in Bot.remove_cog
thetimtoy
2021-08-18
1
-1
/
+8
*
[commands] Document / type-hint cooldown
Josh
2021-08-10
2
-58
/
+133
*
[commands] Add GuildStickerConverter
z03h
2021-08-10
2
-0
/
+58
*
[commands] fix bot_has_role and is_nsfw for threads
z03h
2021-07-30
1
-7
/
+5
*
[commands] Check for ctx.guild instead of abc.GuildChannel
Rapptz
2021-07-28
1
-2
/
+2
*
Fixes minor grammatical error in Command.update
Stocker
2021-07-28
1
-1
/
+1
*
[commands] Remove unused copy import in Cog
thetimtoy
2021-07-21
1
-1
/
+0
*
[commands] fix incorrect typings in ThreadConverter
Alex Nørgaard
2021-07-21
1
-3
/
+4
*
[commands] Fix (Partial)MessageConverter to work with thread messages
Nadir Chowdhury
2021-07-10
1
-3
/
+13
*
[commands] Get guild_id from message link for message converters
Rapptz
2021-07-09
1
-8
/
+28
*
[commands] update clean_content to work when standalone
z03h
2021-07-07
1
-50
/
+43
*
[commands] Document the thread converter
ToxicKidz
2021-07-07
1
-1
/
+1
*
[commands] Add ThreadConverter
Alex Nørgaard
2021-07-05
2
-0
/
+57
*
[commands] Remove window reassignment when tokens reach 0
Rapptz
2021-07-04
1
-5
/
+0
*
[commands] Add back CommandOnCooldown.type
Rapptz
2021-07-02
3
-4
/
+11
*
[commands] Mention that dynamic_cooldown callable can return None
Rapptz
2021-07-02
1
-3
/
+4
*
[commands] Fix guild channel converters to work in DMs
Rapptz
2021-07-01
1
-7
/
+8
*
[commands] Rename missing_perms to missing_permissions
Izhar Ahmad
2021-06-28
1
-8
/
+8
*
[commands] Add attr and parameter "argument" to BadInviteArgument
thetimtoy
2021-06-27
2
-3
/
+4
*
[commands] Change EmojiConverter to use Client.get_emoji
Rapptz
2021-06-12
1
-5
/
+1
*
[commands] Unwrap functions to get their module and globalns
Rapptz
2021-06-01
1
-4
/
+22
*
[commands] Add Command.extras
Michael H
2021-05-29
1
-0
/
+9
*
[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
*
[commands] Add BadColorArgument to __all__
Tari
2021-05-16
1
-0
/
+1
*
[commands] Update command.parent and command.parents docs
NextChai
2021-05-15
1
-4
/
+4
*
Type up **kwargs of various methods
Nadir Chowdhury
2021-05-10
2
-2
/
+2
*
[commands] Fix a minor grammar error in MaxConcurrencyReached
Jay3332
2021-05-07
1
-1
/
+1
*
[commands] Add GuildChannelConverter
sudosnok
2021-05-07
1
-11
/
+32
*
Fix various reference issues in documentation
Josh
2021-05-06
7
-19
/
+18
*
[commands] Remove Flag related delimiter and prefix error
Rapptz
2021-04-30
1
-3
/
+0
*
[commands] Fix Generics causing other typing converters to fail
Rapptz
2021-04-30
1
-3
/
+14
*
[commands] Fix Generic subcalsses used as a converter
Rapptz
2021-04-29
1
-0
/
+4
*
Add utils.MISSING
Nadir Chowdhury
2021-04-29
1
-9
/
+1
*
Split annotation resolution to discord.utils
Rapptz
2021-04-27
2
-98
/
+3
*
[commands] Disallow float/complex in Literal but allow None
Rapptz
2021-04-27
1
-1
/
+1
*
[commands] Add support for typing.Union to Flags
Josh
2021-04-25
1
-5
/
+11
*
[commands] Fix regression with Union converters not working
Rapptz
2021-04-24
1
-1
/
+3
*
[commands] Disallow complicated Literal types
Rapptz
2021-04-24
1
-0
/
+3
*
[commands] Fix Literal converter not working within flags
Rapptz
2021-04-24
1
-0
/
+4
[next]