NCPlayz
3c9bcc2851
Improve documentation
6 years ago
NCPlayz
2f05436653
Added comment for/redo system information
6 years ago
NCPlayz
f7c6c5995d
Implementing GET '/channels/:id' & '/guilds/:id/channels'
Signed-off-by: NCPlayz <[email protected] >
6 years ago
Rapptz
320dbc0618
Add support for system channel flags
6 years ago
Rapptz
fcf02414fe
Fix stray colon in Asset related docstrings
6 years ago
Rapptz
9674055c2a
Add support for animated guild icons.
6 years ago
Rapptz
5dce3410e6
Add support for new message types related to premium guilds.
6 years ago
Rapptz
2b27a7a9d5
Add Member.premium_since to denote member boost date.
6 years ago
Rapptz
8e80eee0d1
Add Emoji.available field
6 years ago
Rapptz
a048815c60
Add Guild.premium_subscription_count
6 years ago
Rapptz
e40c68b75a
Add Guild.premium_tier and corresponding limits.
6 years ago
Rapptz
90ae3f396c
Probably fix indentation.
6 years ago
Rapptz
bfb1edcc05
Update readthedocs.yml to v2 configuration file.
6 years ago
Rapptz
483aa5465d
Properly handle compute_prune_count in prune members endpoint.
6 years ago
Rapptz
00a0856cc4
Use a dict instead of getattr for parsing events.
Probably not a significant difference but might as well use it here.
The basic idea is to cache the getattr calls instead of repeatedly
doing it (since they're around 105ns on my machine). The dictionary
lookup is about 41ns on my machine.
The next step in speeding up library code some more should be in
the parser bodies themselves but that's a problem to tackle another
day.
6 years ago
Rapptz
0622e18cb9
Speed-up utils.get for the common cases
6 years ago
Rapptz
0d72ac3bb6
Ensure message links resolve in the Messageable.pins note.
6 years ago
Rapptz
96dc6f0c11
Add note that Messageable.pins does not contain Message.reactions
Fix for #2189
6 years ago
Rapptz
2cd6d771ec
Make __repr__ slightly more detailed and add a few missing ones.
This includes raw events (which didn't have any) and a few other
types that were missing them. Upon review some more useful fields were
added to the repr output which would be more useful during debugging.
6 years ago
Rapptz
ab6dd2a27a
Add note for Message.tts
Fix #2186
6 years ago
Rapptz
3c387e9031
Use attrgetter to speed up Member attribute access by 2x.
6 years ago
Rapptz
d96b8a0b80
Add Discord error code to HTTPException message.
6 years ago
Ehren Julien-Neitzert
fc5a2936dd
Fix pluralization errors in various files
* Replaced instances of 'return an' with 'returns an'
* fixed pluralization errors
6 years ago
Dante Dam
84e9168447
Grammar fixes for notes on EmbedProxy
6 years ago
Kyber
f2c7b2e6d8
Add an insert_field_at method for the embed class
6 years ago
Harmon
2fd589874f
Fix wording in documentation for ClientUser.locale
6 years ago
Dante Dam
998980ed9a
Added example for template checkboxes
6 years ago
Dante Dam
92731bbf5f
[commands] Fixed extra "only" in dm_only docs
6 years ago
Rapptz
964b97aa30
Add table showing what methods get invite attributes.
6 years ago
Rapptz
82b54933e2
Add asyncio.Task subclass for better __repr__ for events.
6 years ago
Suhail
db9a293f14
[tasks] Add version added note to Loop.change_interval
6 years ago
NCPlayz
38eb2b4828
Validate kwargs in Client.start
6 years ago
apple502j
007b7ebf3a
Update on_group_join docs
6 years ago
Dante Dam
1fac7a7e71
[commands] Add missing backtick for is_nsfw docs
6 years ago
Suhail6inkling
aadb6953ff
[tasks] Add way to change interval at run-time
PR: #2162
Fixes : #2158
6 years ago
Vexs
bf5b267c55
Correct the documentation for methods and properties that return Assets
6 years ago
Allan Galarza
5473cec6ac
Added note to Emoji.user
6 years ago
Rapptz
6bc9d7c01a
[tasks] Add indicator for internal task failure
Fixes #2151
6 years ago
Rapptz
a4a362b4c7
[tasks] Log exception when something failed to logging.
6 years ago
Benjamin Mintz
a62641bd65
Add back __repr__ that were deleted in the Asset redesign
The Asset PR (be227ebcf0
) changed some namedtuple-deriving
classes to object-deriving classes, which meant that the free __repr__ provided by namedtuple
was removed
6 years ago
SnowyLuma
859ee751f9
[tasks] Return coro from before and after decorators
6 years ago
apple502j
357abf2e55
Add India region to VoiceRegion
6 years ago
Rapptz
49a7e58d17
[tasks] Keep retrying before gracefully exiting.
6 years ago
Rapptz
4eead39b3c
[tasks] Add Loop.stop to gracefully stop a task.
Updated docs will follow shortly.
6 years ago
Rapptz
bcdecd4e07
[tasks] Reset iteration count when loop terminates.
6 years ago
Rapptz
8c353a5596
Change version to v1.2.0a for development purposes.
6 years ago
Rapptz
f74d73327b
[commands] Explicitly assign invoked_subcommand to None before invoking
This should fix instances of it not working as expected in nested
groups.
6 years ago
Rapptz
26a6970882
Version bump to v1.1.1
6 years ago
Rapptz
123e151978
Add back signal handling to Client.run
Apparently Python does not transform SIGTERM to KeyboardInterrupt as
nicely as I thought.
6 years ago
Rapptz
8206982e79
Don't overwrite data parameter in webhooks.
Fixes #2140
6 years ago