diff options
| author | Nihaal Sangha <[email protected]> | 2021-01-15 10:28:11 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-15 05:28:11 -0500 |
| commit | 69bdc3a1849407f64ef93bd2e5119e54d6cd2208 (patch) | |
| tree | 5ec113d3bf9fa214876bedd88b3e7c38fe82a304 /docs/conf.py | |
| parent | [commands] Add PartialMessageConverter (diff) | |
| download | discord.py-69bdc3a1849407f64ef93bd2e5119e54d6cd2208.tar.xz discord.py-69bdc3a1849407f64ef93bd2e5119e54d6cd2208.zip | |
Change copyright year to present
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index d15ad1be..35cd2d8e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,7 @@ master_doc = 'index' # General information about the project. project = u'discord.py' -copyright = u'2015-2021, Rapptz' +copyright = u'2015-present, Rapptz' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |