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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix typo in stage_instance.py
Aaron Hennessey
2021-07-04
1
-1
/
+1
|
*
Fix typo in voice_client.py
Josh
2021-07-04
1
-1
/
+1
|
*
Fix Permission serialisation in audit logs
Rapptz
2021-07-04
1
-2
/
+2
|
|
|
|
Fix #7171
*
Fix typing errors with Client
Rapptz
2021-07-04
3
-17
/
+31
|
*
Specify View timeouts is in seconds
Rapptz
2021-07-04
1
-1
/
+1
|
*
Fix type errors and potentially unbound code in http.py
Rapptz
2021-07-04
1
-28
/
+35
|
*
Ignore linting error when accessing Python 3.10 unions
Rapptz
2021-07-04
1
-1
/
+1
|
*
Fix some typing errors and reformat enums.py
Rapptz
2021-07-04
1
-74
/
+118
|
*
[commands] Remove window reassignment when tokens reach 0
Rapptz
2021-07-04
1
-5
/
+0
|
*
Mention ephemeral messages can only be edited with raw method
Rapptz
2021-07-03
1
-0
/
+3
|
*
Fix Client.fetch_channel not returning Thread
Alex Nørgaard
2021-07-03
7
-15
/
+22
|
*
Fix ui.Button constructor default style to match the decorator
Rapptz
2021-07-03
1
-1
/
+1
|
*
Add MessageFlags.ephemeral
Rapptz
2021-07-03
1
-0
/
+9
|
*
Fix building docs due to missing InteractionMessage in __all__
Alex Nørgaard
2021-07-03
1
-0
/
+1
|
*
Fix typing errors in PartialEmoji
Rapptz
2021-07-03
1
-3
/
+3
|
*
Document TextChannel.start_thread return type
Rapptz
2021-07-03
2
-0
/
+10
|
*
Change Message.__repr__ to show inherited type name
Rapptz
2021-07-03
1
-2
/
+2
|
*
Add support for fetching the original interaction response message
Rapptz
2021-07-03
1
-6
/
+280
|
*
Remove slots from flags
Rapptz
2021-07-03
2
-4
/
+1
|
|
|
|
Fix #7159
*
Fix typo with exception name in InteractionResponse
Rapptz
2021-07-03
1
-4
/
+4
|
*
Mention the discord.ui types in the read-only component types
Rapptz
2021-07-03
1
-0
/
+10
|
*
Typehint permissions
Rapptz
2021-07-03
2
-71
/
+129
|
*
Add Interaction.permissions to get resolved permissions
Rapptz
2021-07-03
1
-1
/
+15
|
*
Type hint instance variables in interactions
Rapptz
2021-07-03
2
-29
/
+24
|
*
Typehint error.py
Rapptz
2021-07-03
1
-23
/
+67
|
*
Use "raised" instead of "thrown" for exception documentation
Rapptz
2021-07-03
1
-13
/
+12
|
*
Raise an exception if an interaction has been responded before
Rapptz
2021-07-03
2
-4
/
+39
|
|
|
|
Fix #7153
*
Add Thread.is_nsfw
Alex Nørgaard
2021-07-03
1
-0
/
+9
|
*
Update examples of interactions to mention components
jack1142
2021-07-02
1
-2
/
+1
|
*
Rework view timeouts to work as documented
Rapptz
2021-07-02
1
-34
/
+63
|
*
[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
|
*
Add Thread.mention
Rapptz
2021-07-01
1
-0
/
+5
|
*
Add a default style for buttons
Rapptz
2021-07-01
1
-1
/
+1
|
|
|
|
|
This makes it easier to create URL buttons since the library will automatically assign the proper style for it.
*
Add ButtonStyle.url alias for ButtonStyle.link
Rapptz
2021-07-01
1
-0
/
+1
|
*
Show Select.values more prominently in the documentation
Rapptz
2021-07-01
1
-0
/
+4
|
*
Add type property to thread channels
Alex Liu
2021-07-01
1
-0
/
+4
|
*
Add Select to list of types in Item's docstring
jack1142
2021-07-01
1
-0
/
+1
|
*
Fix Interaction.channel being None in threads
Nadir Chowdhury
2021-07-01
3
-7
/
+16
|
*
[docs] Fix more references
Josh
2021-07-01
3
-4
/
+4
|
|
|
Co-Authored-By: Riley Shaw <
[email protected]
>
*
[commands] Fix guild channel converters to work in DMs
Rapptz
2021-07-01
1
-7
/
+8
|
|
|
|
Fix #7147
*
Change timeout parameter in View.from_message to keyword only
Rapptz
2021-06-30
1
-1
/
+1
|
*
Change NamedTuple in __init__.py
Arnav Jindal
2021-06-30
1
-2
/
+7
|
*
Add View.from_message to convert message components to a View
Rapptz
2021-06-30
1
-0
/
+31
|
*
Add conversion routine for SelectMenu to ui.Select
Rapptz
2021-06-30
1
-1
/
+5
|
*
Fix potential None access in various StageChannel properties
Rapptz
2021-06-30
1
-3
/
+5
|
*
Typehint Member and various typing fixes
Rapptz
2021-06-30
7
-112
/
+183
|
*
Add explicit types to variables in Message types
Rapptz
2021-06-29
1
-39
/
+47
|
*
Check for None in VocalGuildChannel.voice_states
Rapptz
2021-06-29
1
-1
/
+7
|
*
Rework User.edit to have proper typing
Rapptz
2021-06-29
2
-13
/
+10
|
[next]