Hornwitser
|
c8b49d37be
|
[lint] Fix incorrect and inconsistent whitespace
Adjust whitespace to be consistent with the rest of the library.
|
7 years ago |
Hornwitser
|
d58fc0ccee
|
[lint] Remove unused imports
Left over from various refactoring and rewrites.
|
7 years ago |
DismissedGuy
|
c84287c007
|
Add support for splash(_url) to invites
|
7 years ago |
Rapptz
|
f25091efe1
|
Drop support for Python 3.4 and make minimum version 3.5.2.
|
7 years ago |
Steve C
|
0e945915b7
|
Fixes various documentation errors/inconsistencies
Mostly dealing with permissions, also fixes Raw Events inclusion.
|
7 years ago |
Tobotimus
|
3112e1c17e
|
Add intersphinx
|
7 years ago |
Rapptz
|
dcde896e14
|
Fix __hash__ for Invite objects.
|
8 years ago |
Rapptz
|
6c67910fa9
|
Remove Invite.accept.
|
8 years ago |
Rapptz
|
f4e01b3a92
|
Make supported operations stand out more than attributes.
|
8 years ago |
Rapptz
|
3727618b65
|
Kill remaining references to discord.Channel in documentation.
|
8 years ago |
Rapptz
|
f73eb087c9
|
Use describe instead of tables for supported operations.
|
8 years ago |
Rapptz
|
dff6bcc745
|
Add support for audit log reasons.
Most routes now have a 'reason' keyword argument.
|
8 years ago |
Rapptz
|
274e6af0dd
|
Fix support for instant invites.
|
8 years ago |
Rapptz
|
5422655a86
|
Fix parsing of Invite.user
|
8 years ago |
Rapptz
|
ff9f5749e1
|
Update copyright year to 2017.
|
8 years ago |
Rapptz
|
dceba9d962
|
Add useful repr to all data classes.
|
8 years ago |
Rapptz
|
d1d54a468a
|
Rename Server to Guild everywhere.
|
9 years ago |
Rapptz
|
f33eaa4a61
|
Stateful Message and remove Invite.xkcd since it is removed.
|
9 years ago |
Rapptz
|
044b0824e6
|
Begin working on the rewrite.
|
9 years ago |
Rapptz
|
db4cc791dd
|
Update license of files to 2016.
|
9 years ago |
Rapptz
|
f1f0e169e4
|
Add __slots__ where appropriate to data classes.
|
9 years ago |
Rapptz
|
51d91c2a82
|
Most data classes now support hashing.
|
9 years ago |
Rapptz
|
9137d92f67
|
All data classes now support !=, == and str(obj).
|
9 years ago |
Rapptz
|
17171aaa60
|
Switch to NumPy style documentation.
|
9 years ago |
Rapptz
|
ea80812fdd
|
Add Client.get_invite to turn a URL to an Invite object.
|
9 years ago |
Rapptz
|
eed4b428aa
|
Add the ability to accept invites.
|
10 years ago |
Rapptz
|
80eb567520
|
Add support for creating invites.
|
10 years ago |