diff options
| author | Rapptz <[email protected]> | 2019-02-23 09:26:39 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-02-23 09:26:39 -0500 |
| commit | 7ad4425c5752c855cc867e9bb1ce102db949ea88 (patch) | |
| tree | bb7be2f23309a0afd4710ed303a59c4f8466929f | |
| parent | [commands] Update stale parent references in subcommands. (diff) | |
| download | discord.py-7ad4425c5752c855cc867e9bb1ce102db949ea88.tar.xz discord.py-7ad4425c5752c855cc867e9bb1ce102db949ea88.zip | |
Update copyright years.
| -rw-r--r-- | discord/ext/commands/_types.py | 2 | ||||
| -rw-r--r-- | discord/ext/commands/cog.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/discord/ext/commands/_types.py b/discord/ext/commands/_types.py index 667b1cba..bd254478 100644 --- a/discord/ext/commands/_types.py +++ b/discord/ext/commands/_types.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2017 Rapptz +Copyright (c) 2015-2019 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/cog.py b/discord/ext/commands/cog.py index c5a9bc78..6096fa68 100644 --- a/discord/ext/commands/cog.py +++ b/discord/ext/commands/cog.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2017 Rapptz +Copyright (c) 2015-2019 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), |