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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle voice websocket closure if it's a successful close.
Rapptz
2016-06-10
1
-2
/
+8
*
[commands] Fix @everyone elevation in the default help command.
Rapptz
2016-06-10
1
-2
/
+14
*
[commands] Fix bug with Context.command not updating in groups.
Rapptz
2016-06-10
1
-0
/
+1
*
[commands] Make it so CommandError does not contain @everyone mentions.
Rapptz
2016-06-10
1
-1
/
+5
*
[commands] Exceptions raised while invocation raise CommandInvokeError.
Rapptz
2016-06-10
2
-2
/
+15
*
Clarify `on_ready` triggering more than twice.
Rapptz
2016-06-10
2
-10
/
+5
*
[commands] Fix issue with proper local error handlers not beign called.
Rapptz
2016-06-10
1
-1
/
+1
*
Add Client.move_channel to change channel positions.
Rapptz
2016-06-07
1
-3
/
+62
*
Fix some typos in the FAQ page.
Rapptz
2016-06-07
1
-2
/
+2
*
Add FAQ section to the documentation.
Rapptz
2016-06-07
2
-0
/
+271
*
Actually read from the voice websocket & fix heartbeat.
Jake
2016-06-05
2
-1
/
+11
*
[commands] Unify Command.handle_local_error into general dispatcher.
Rapptz
2016-06-05
2
-9
/
+11
*
[commands] Add Command.qualified_name to get the full command name.
Rapptz
2016-06-04
2
-16
/
+36
*
[commands] Fix bug where Context.command would not update.
Rapptz
2016-06-04
2
-1
/
+2
*
[commands] Fix bug where subgroups would be repeatedly called.
Rapptz
2016-06-04
1
-2
/
+6
*
[commands] Cleanup Command.invoke code due to exception propagation.
Rapptz
2016-06-04
1
-14
/
+8
*
[commands] Dispatch command_error on command exec error.
Khazhismel Kumykov
2016-06-04
2
-64
/
+81
*
Add `bot` keyword argument to login via static token.
Rapptz
2016-06-03
1
-10
/
+21
*
Actually use v4 gateway and fixes thanks to Jake.
Rapptz
2016-06-02
2
-6
/
+6
*
Update positions when a role is added or removed.
Rapptz
2016-06-01
2
-2
/
+23
*
Clarify Role.position documentation.
Rapptz
2016-06-01
1
-1
/
+2
*
Make Channel.changed_roles into an on-the-fly property instead.
Rapptz
2016-06-01
1
-18
/
+18
*
Add Role.server attribute.
Rapptz
2016-06-01
5
-15
/
+14
*
Update voice client main ws references when reconnecting.
Rapptz
2016-06-01
2
-0
/
+6
*
Add RESUME support.
Rapptz
2016-06-01
4
-12
/
+54
*
[commands] Delete frame objects when done using them.
Rapptz
2016-05-31
1
-3
/
+7
*
Fix discord.Object documentation.
Rapptz
2016-05-31
1
-2
/
+2
*
[commands] Add support for self-bots.
Rapptz
2016-05-31
1
-2
/
+8
*
Allow datetime in limit parameters for purge_from
Harmon758
2016-05-31
1
-4
/
+11
*
Fix ytdl documentation link.
Rapptz
2016-05-27
1
-2
/
+2
*
Allow to edit mentionable property in Client.edit_role.
Rapptz
2016-05-27
1
-1
/
+4
*
Reference the Discord UI in the permission documentation.
Rapptz
2016-05-23
1
-3
/
+3
*
Documentation fixes for role related functions.
Rapptz
2016-05-23
1
-12
/
+4
*
Close voice connections before closing the websocket.
Rapptz
2016-05-22
1
-3
/
+9
*
Fix purge_from to use LogsFromIterator.create (#219)
Harmon
2016-05-20
1
-1
/
+1
*
Only trigger on_voice_state_update if the member actually exists.
Rapptz
2016-05-20
1
-2
/
+3
*
Fix bug where members leaving will stay in Channel.voice_members.
Rapptz
2016-05-20
1
-0
/
+9
*
Add __slots__ for discord.Channel.
Rapptz
2016-05-20
1
-0
/
+4
*
Add support for voice channel user limits.
Rapptz
2016-05-20
2
-1
/
+16
*
logs_from improvements for after param.
Khazhismel Kumykov
2016-05-20
2
-24
/
+138
*
Allow datetime in limit parameters for logs_from.
Khazhismel Kumykov
2016-05-20
2
-6
/
+33
*
Retry send_file on 502.
Khazhismel Kumykov
2016-05-20
1
-9
/
+11
*
Add move_role
Khazhismel Kumykov
2016-05-20
1
-0
/
+56
*
Rename threading internal variable conflict.
Rapptz
2016-05-13
1
-3
/
+3
*
Fix Member.colour to use the new algorithm for determining colour.
Rapptz
2016-05-12
1
-4
/
+11
*
Fix Channel.permissions_for to work with the new permission system.
Rapptz
2016-05-12
1
-12
/
+7
*
Add Permissions.administrator and change Permissions.manage_roles
Rapptz
2016-05-12
1
-9
/
+25
*
Add example for Client.purge_from
Rapptz
2016-05-12
1
-1
/
+12
*
Rework playlist example to work with multi-server voice.
Rapptz
2016-05-12
1
-80
/
+223
*
Make Player threads into daemon threads.
Rapptz
2016-05-12
1
-0
/
+1
[next]