Rapptz
df4b1c88df
Move MissingApplicationID to top-level discord namespace
7 months ago
Rapptz
1fa7d7e402
Raise special CommandSyncFailure during sync for better errors
This is parsed from the error to allow for users to better debug
what exactly is causing the issue in sync.
3 years ago
Rapptz
cbf02eda0c
Fix bolded HTTPException not working due to rST limitation
3 years ago
Rapptz
76402b00f9
Allow configuring the maximum ratelimit timeout before erroring
This is useful for cases where a rate limit is known to be
extraordinarily high, but you still want to handle the error.
This is common with routes such as emoji creation.
3 years ago
Josh
c9f777c873
Fix type annotations to adhere to latest pyright release
3 years ago
apple502j
ad478ff2da
[docs] Update PrivilegedIntentsRequired docs
3 years ago
jack1142
5ffa3e85de
Update comments after `# type: ignore` to be compatible with PEP 484
3 years ago
James Hilton-Balfe
01906f37f1
Remove NoMoreItems
3 years ago
Josh
2b69b5d545
Remove discord.InvalidArgument
This uses TypeError and ValueError instead.
3 years ago
Rapptz
d01e73fca5
Document more uses of type ignore
3 years ago
Rapptz
6268cad402
ResponseType type alias is private
4 years ago
Rapptz
a8db8546db
Typehint error.py
4 years ago
Rapptz
0fae0b4995
Use "raised" instead of "thrown" for exception documentation
4 years ago
Rapptz
7ca90874b9
Raise an exception if an interaction has been responded before
Fix #7153
4 years ago
Nadir Chowdhury
89456022cf
Add `__all__` to remaining modules
4 years ago
Rapptz
9d39b135f4
Modernize code to use f-strings
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
4 years ago
Nadir Chowdhury
63ec23bac2
Code optimisations and refactoring via Sourcery
4 years ago
Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Rapptz
bf8ca58996
Add a special exception for required privileged intents
5 years ago
Rapptz
450e71f086
Add a more concrete exception for 500 status codes.
Fixes #5797
5 years ago
Rapptz
3a1a215f8b
Propagate manual close codes to socket subclass
aiohttp seems to not set it during its state machine flow
5 years ago
Rapptz
b8154e365f
Rewrite gateway to use aiohttp instead of websockets
5 years ago
Rapptz
6071607176
Bump copyright year to 2020
Closes #2510
5 years ago
NCPlayz
3c9bcc2851
Improve documentation
6 years ago
NCPlayz
f7c6c5995d
Implementing GET '/channels/:id' & '/guilds/:id/channels'
Signed-off-by: NCPlayz <[email protected] >
6 years ago
Rapptz
d96b8a0b80
Add Discord error code to HTTPException message.
6 years ago
Rapptz
c30a366106
Try to consistently use "inherit" vs "derive" in documentation.
6 years ago
Dante Dam
9656a21ebe
Bumped copyright years to 2019.
6 years ago
Hornwitser
a71b3b5fa0
[lint] Limit unneccessarily broad except clauses
Add exception qualifier(s) to bare except clauses swallowing exceptions.
7 years ago
Rapptz
f25091efe1
Drop support for Python 3.4 and make minimum version 3.5.2.
7 years ago
Tobotimus
3112e1c17e
Add intersphinx
7 years ago
Rapptz
37b0fdb898
Add webhook support.
Allows for usage of either `requests` and `aiohttp` when used in
"Standalone" mode.
Fixes #704
8 years ago
Rapptz
3983eb3ba5
Support for API v7 error handling.
8 years ago
Rapptz
ff9f5749e1
Update copyright year to 2017.
8 years ago
Rapptz
06ca518459
Rename NoMoreMessages to NoMoreItems.
8 years ago
Rapptz
20041ea756
Implement AutoShardedClient for transparent sharding.
This allows people to run their >2,500 guild bot in a single process
without the headaches of IPC/RPC or much difficulty.
8 years ago
Rapptz
53ab263125
Split channel types.
This splits them into the following:
* DMChannel
* GroupChannel
* VoiceChannel
* TextChannel
This also makes the channels "stateful".
9 years ago
Rapptz
e8c32c542e
Make HTTPException get the error JSON's message attribute.
9 years ago
Rapptz
fa36a449e9
Change HTTPException to only take a single parameter.
9 years ago
Rapptz
1c623ccf11
Begin working on gateway v4 support.
Bump websockets requirement to v3.1
Should be squashed...
9 years ago
Rapptz
4d816c4ef3
HTTPException now has a text attribute if JSON is not available.
9 years ago
Rapptz
db4cc791dd
Update license of files to 2016.
9 years ago
Rapptz
99254fdf96
Add Forbidden and NotFound exceptions.
9 years ago
Rapptz
f197c34583
Begin working on asyncio port.
9 years ago
Rapptz
b1b2c0d099
Add LoginFailure exception for a clearer failure in Client.login
The older HTTPException is not exactly the clearest thing for people
who are new to programming or HTTP exceptions in general.
9 years ago
Rapptz
4a32ae444a
Add the message to the exception output.
9 years ago
Rapptz
57312d96f7
Fix annoying lack of parenthesis at end of HTTPException
10 years ago
Rapptz
9b2a78a031
Add InvalidArgument exception and change exceptions thrown.
10 years ago
Rapptz
027b7b33c9
All HTTP requests now throw HTTPException.
10 years ago
Rapptz
3266d1ed10
GatewayNotFound now has a default message.
10 years ago