aboutsummaryrefslogtreecommitdiff
path: root/discord/invite.py
Commit message (Expand)AuthorAgeFilesLines
* Add typings for invites, templates, and bans Nadir Chowdhury2021-04-101-22/+35
* Use f-strings in more places that were missed.Rapptz2021-04-081-11/+29
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+6
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-1/+1
* Convert two missing places to f-stringsRapptz2021-04-041-1/+1
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* Update docs for discord.Invite.max_usesxPolar2021-02-281-1/+3
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Revert "Fix table wrapping"Rapptz2020-12-181-22/+17
* Fix table wrappingRapptz2020-12-181-17/+22
* Remove namedtuples to better future guard the libraryTarek2020-09-211-4/+11
* Documentation formattingSkezza2020-06-301-1/+1
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-3/+21
* Change PartialInviteGuild.icon_url_as to mimic Guild.icon_url_asAnurag2020-06-261-2/+9
* Fix fetching invites on guilds the user is not inRapptz2020-01-251-1/+1
* Fix fetching invites for a GroupChannel.Rapptz2020-01-201-12/+23
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Add support for on_invite_create and on_invite_deleteRapptz2020-01-171-3/+19
* Adjust BASE urls to have no trailing slash (consistency)Devon R2019-11-151-2/+2
* Return invites as https, various URL normalizationDevon R2019-11-151-1/+3
* Improve documentationNCPlayz2019-06-071-10/+10
* Make __repr__ slightly more detailed and add a few missing ones.Rapptz2019-05-261-1/+3
* Add table showing what methods get invite attributes.Rapptz2019-05-191-1/+23
* Correct the documentation for methods and properties that return AssetsVexs2019-05-141-3/+3
* Add back __repr__ that were deleted in the Asset redesignBenjamin Mintz2019-05-131-0/+4
* Redesign asset retrieval in the library.NCPlayz2019-04-061-45/+23
* Organise documentationNCPlayz2019-03-191-1/+1
* Add support for reading guild descriptionsNadir Chowdhury2019-03-131-2/+5
* Fix importsNadir Chowdhury2019-03-131-4/+4
* Add support for guild bannersSnowyLuma2019-03-091-3/+23
* Fix missing importsRapptz2019-02-121-1/+3
* Expose more information from partial invites, along with counts.Rapptz2019-02-121-14/+156
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-2/+2
* [lint] Remove unused importsHornwitser2018-08-221-2/+0
* Add support for splash(_url) to invitesDismissedGuy2018-08-221-0/+6
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-3/+2
* Fixes various documentation errors/inconsistenciesSteve C2018-05-181-0/+2
* Add intersphinxTobotimus2018-01-061-6/+6
* Fix __hash__ for Invite objects.Rapptz2017-09-041-0/+3
* Remove Invite.accept.Rapptz2017-07-081-19/+0
* Make supported operations stand out more than attributes.Rapptz2017-05-201-8/+10
* Kill remaining references to discord.Channel in documentation.Rapptz2017-05-191-2/+2
* Use describe instead of tables for supported operations.Rapptz2017-05-131-13/+15
* Add support for audit log reasons.Rapptz2017-05-071-2/+7
* Fix support for instant invites.Rapptz2017-02-081-4/+59
* Fix parsing of Invite.userRapptz2017-01-301-2/+2
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Add useful repr to all data classes.Rapptz2017-01-031-0/+3
* Rename Server to Guild everywhere.Rapptz2017-01-031-5/+5