aboutsummaryrefslogtreecommitdiff
path: root/discord/template.py
Commit message (Expand)AuthorAgeFilesLines
* Remove in-place edits and return fresh instances insteadRapptz2021-08-231-4/+20
* Move explanation note for type ignore above the offending lineRapptz2021-08-181-1/+2
* Fix Template.source_guild typehintRapptz2021-08-181-7/+8
* Add missing typehints to template.pyStocker2021-08-181-15/+18
* Fix user cache acting incorrectly with evictionsRapptz2021-07-291-1/+1
* Mock PartialTemplateState._get_guild as pass-throughRapptz2021-06-291-1/+4
* Rework Template.edit to use MISSING sentinelRapptz2021-06-291-14/+13
* Add Template.urlSebastian Law2021-05-121-0/+8
* Add Template.is_dirtyNadir Chowdhury2021-04-211-1/+19
* Add missing future annotations importRapptz2021-04-101-0/+2
* Add typings for invites, templates, and bans Nadir Chowdhury2021-04-101-8/+25
* Use f-strings in more places that were missed.Rapptz2021-04-081-3/+8
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-2/+3
* Remove userbot functionalityRapptz2021-04-041-5/+1
* Modernize code to use f-stringsRapptz2021-04-041-3/+1
* remove trailing whitespaceNadir Chowdhury2021-03-131-9/+9
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-5/+3
* Add remaining template endpointsNadir Chowdhury2021-02-231-7/+87
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Fix error with templates not having access to member cache flags.Rapptz2020-11-211-5/+9
* Add missing comma in template.pyapple502j2020-08-051-1/+1
* Fix NameError and AttributeError in Template and IntegrationsXua2020-08-051-1/+1
* Fix typo when creating a guild via templateRiley S2020-07-311-1/+1
* [docs] fix reference to `Guild` and document `utils.resolve_template`NCPlayz2020-07-081-2/+2
* Add a licence and encoding declaration to missing filesJames2020-07-081-0/+26
* Documentation formattingSkezza2020-06-301-1/+1
* Add support for Discord templatesNadir Chowdhury2020-06-281-0/+140