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
/
errors.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
ResponseType type alias is private
Rapptz
2021-08-22
1
-4
/
+4
*
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
1
-0
/
+19
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+16
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-4
/
+2
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-1
/
+1
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Add a special exception for required privileged intents
Rapptz
2020-09-23
1
-0
/
+24
*
Add a more concrete exception for 500 status codes.
Rapptz
2020-09-09
1
-0
/
+8
*
Propagate manual close codes to socket subclass
Rapptz
2020-08-05
1
-2
/
+2
*
Rewrite gateway to use aiohttp instead of websockets
Rapptz
2020-07-25
1
-4
/
+5
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Improve documentation
NCPlayz
2019-06-07
1
-5
/
+3
*
Implementing GET '/channels/:id' & '/guilds/:id/channels'
NCPlayz
2019-06-07
1
-0
/
+6
*
Add Discord error code to HTTPException message.
Rapptz
2019-05-24
1
-3
/
+3
*
Try to consistently use "inherit" vs "derive" in documentation.
Rapptz
2019-03-19
1
-1
/
+1
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-3
/
+1
*
Add intersphinx
Tobotimus
2018-01-06
1
-6
/
+6
*
Add webhook support.
Rapptz
2017-08-21
1
-1
/
+2
*
Support for API v7 error handling.
Rapptz
2017-04-15
1
-6
/
+36
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Rename NoMoreMessages to NoMoreItems.
Rapptz
2017-01-11
1
-3
/
+4
*
Implement AutoShardedClient for transparent sharding.
Rapptz
2017-01-07
1
-3
/
+6
*
Split channel types.
Rapptz
2017-01-03
1
-0
/
+6
*
Make HTTPException get the error JSON's message attribute.
Rapptz
2016-06-12
1
-3
/
+7
*
Change HTTPException to only take a single parameter.
Rapptz
2016-06-12
1
-4
/
+4
*
Begin working on gateway v4 support.
Rapptz
2016-04-27
1
-0
/
+18
*
HTTPException now has a text attribute if JSON is not available.
Rapptz
2016-01-25
1
-1
/
+6
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
*
Add Forbidden and NotFound exceptions.
Rapptz
2015-12-04
1
-0
/
+15
*
Begin working on asyncio port.
Rapptz
2015-12-04
1
-20
/
+6
*
Add LoginFailure exception for a clearer failure in Client.login
Rapptz
2015-11-27
1
-0
/
+7
*
Add the message to the exception output.
Rapptz
2015-11-27
1
-0
/
+9
*
Fix annoying lack of parenthesis at end of HTTPException
Rapptz
2015-11-20
1
-1
/
+1
*
Add InvalidArgument exception and change exceptions thrown.
Rapptz
2015-10-27
1
-0
/
+10
*
All HTTP requests now throw HTTPException.
Rapptz
2015-10-27
1
-1
/
+27
*
GatewayNotFound now has a default message.
Rapptz
2015-10-27
1
-1
/
+5
*
Rename InvaldiDestination to a generic ClientException.
Rapptz
2015-10-27
1
-3
/
+5
*
All exceptions now derive from DiscordException.
Rapptz
2015-10-27
1
-2
/
+8
*
Remove InvalidEventName exception due to it being unused
Rapptz
2015-10-27
1
-4
/
+0
*
Move websocket hub to the new gateway.
Rapptz
2015-08-26
1
-0
/
+4
*
Initial commit
Rapptz
2015-08-21
1
-0
/
+33