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 /discord/__init__.py | |
| parent | [commands] Add PartialMessageConverter (diff) | |
| download | discord.py-69bdc3a1849407f64ef93bd2e5119e54d6cd2208.tar.xz discord.py-69bdc3a1849407f64ef93bd2e5119e54d6cd2208.zip | |
Change copyright year to present
Diffstat (limited to 'discord/__init__.py')
| -rw-r--r-- | discord/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/__init__.py b/discord/__init__.py index 48f98fea..eba52408 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -6,7 +6,7 @@ Discord API Wrapper A basic wrapper for the Discord API. -:copyright: (c) 2015-2020 Rapptz +:copyright: (c) 2015-present Rapptz :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ A basic wrapper for the Discord API. __title__ = 'discord' __author__ = 'Rapptz' __license__ = 'MIT' -__copyright__ = 'Copyright 2015-2020 Rapptz' +__copyright__ = 'Copyright 2015-present Rapptz' __version__ = '1.6.0' __path__ = __import__('pkgutil').extend_path(__path__, __name__) |