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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
[commands] Some minor clean up of the flag converter documentation
Rapptz
2021-04-19
1
-8
/
+15
*
Bump Python version in Quickstart documentation
Arnav Jindal
2021-04-19
3
-5
/
+4
*
[commands] Actually expose the FlagError base error
Rapptz
2021-04-19
1
-1
/
+5
*
[commands] Initial support for FlagConverter
Rapptz
2021-04-19
5
-0
/
+178
*
[commands] Add run_converters helper to call converters
Rapptz
2021-04-19
1
-0
/
+2
*
Add `MessageType.guild_invite_reminder`
Nadir Chowdhury
2021-04-18
1
-0
/
+5
*
Add support for ApplicationFlags
Nadir Chowdhury
2021-04-18
1
-0
/
+8
*
[docs] document inherited members on `Asset`
Nadir Chowdhury
2021-04-17
1
-0
/
+1
*
Use f-strings for attributetable
Rapptz
2021-04-17
1
-4
/
+7
*
Add inherited members to (Partial)Emoji docs
Rapptz
2021-04-17
1
-0
/
+2
*
Add VoiceChannel.video_quality_mode
z03h
2021-04-17
1
-0
/
+33
*
[commands] Add a converter for discord.Object
Nadir Chowdhury
2021-04-16
2
-0
/
+6
*
[docs] Fix various unresolved references
Nadir Chowdhury
2021-04-15
3
-6
/
+9
*
Rewrite webhooks to play better with typings and rate limits
Rapptz
2021-04-15
1
-10
/
+11
*
Remove `private_channel_(delete/create)` events
Nadir Chowdhury
2021-04-11
1
-10
/
+0
*
add reply and application_command types
NCPlayz
2021-04-11
1
-0
/
+10
*
Bring back discord module in discord.ext.commands documentation
Rapptz
2021-04-10
1
-1
/
+4
*
Remove current module reference in commands API docs
Rapptz
2021-04-10
1
-2
/
+0
*
[docs] Fix references to Greedy
Nadir Chowdhury
2021-04-10
2
-6
/
+6
*
[commands] Make `commands.Greedy` a `typing.Generic`
James
2021-04-10
1
-21
/
+1
*
Make the style of external and internal cross-references consistent
jack1142
2021-04-10
1
-2
/
+6
*
Add missing attribute tables
jack1142
2021-04-10
1
-0
/
+18
*
Fix all warnings with Sphinx
Rapptz
2021-04-10
6
-0
/
+12
*
[commands]Add typing.Literal converter
Sigmath Bits
2021-04-10
1
-0
/
+21
*
Use f-strings in more places that were missed
Sebastian Law
2021-04-08
7
-18
/
+19
*
[commands] Add StageChannelConverter to documentation
Rapptz
2021-04-08
1
-0
/
+3
*
[docs] add label to basic converters section
Sebastian Law
2021-04-07
1
-0
/
+2
*
Fix headers in partial webhook channel and guild objects
Rapptz
2021-04-07
1
-2
/
+2
*
Remove type hints from generated docs
Rapptz
2021-04-07
1
-0
/
+1
*
[commands] Update Converter list in ext.commands introduction
Shun Tannai
2021-04-07
1
-10
/
+16
*
Add source_channel and source_guild to Webhook
Zomatree
2021-04-06
1
-0
/
+15
*
Add on_interaction event and Interaction class.
Rapptz
2021-04-06
1
-0
/
+33
*
Update changelog for v1.7.1
Rapptz
2021-04-05
1
-0
/
+10
*
Add discord.utils.utcnow() helper function to ease migration
Rapptz
2021-04-04
1
-0
/
+2
*
Convert datetimes to aware datetimes with UTC.
Rapptz
2021-04-04
1
-3
/
+3
*
Remove some lingering userbot classes in the documentation
Rapptz
2021-04-04
1
-24
/
+0
*
Use typing.Protocol instead of abc.ABCMeta
James
2021-04-04
1
-12
/
+11
*
Remove userbot functionality
Rapptz
2021-04-04
1
-235
/
+0
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-10
/
+9
*
Add missing documentation for StoreChannelConverter
Rapptz
2021-04-04
2
-1
/
+4
*
Add missing StoreChannel documentation
Rapptz
2021-04-04
1
-4
/
+13
*
Fix StoreChannel reference in changelog
Rapptz
2021-04-04
1
-1
/
+1
*
Add content_type to changelog
Rapptz
2021-04-03
1
-0
/
+1
*
Add changelog for v1.7
Rapptz
2021-04-03
1
-0
/
+82
*
Implement StageChannel and related methods
Nadir Chowdhury
2021-04-03
1
-0
/
+15
*
[docs] Fix fetch_members/guilds documentation
Nadir Chowdhury
2021-03-31
1
-1
/
+8
*
[docs] suggest presence in constructor instead of change_presence
Mikey
2021-03-31
1
-4
/
+11
*
Deprecate Client.logout
apple502j
2021-03-31
1
-1
/
+1
*
Add remove_markdown helper function
Edwin
2021-03-28
1
-0
/
+2
*
Clarify docs to state that on_reaction_remove requires Intents.members
Colin R
2021-03-24
1
-1
/
+6
[next]