diff options
| -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"), |