diff options
| author | Dante Dam <[email protected]> | 2019-01-11 09:25:24 -0800 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-01-28 22:22:50 -0500 |
| commit | 9656a21ebec7c893c8be40a38f3e56c19bf1b033 (patch) | |
| tree | 986a9134f2a9b3f08b2ca484d667f855842cb174 /discord/context_managers.py | |
| parent | Fix the Context.message example to actually use ctx.message (diff) | |
| download | discord.py-9656a21ebec7c893c8be40a38f3e56c19bf1b033.tar.xz discord.py-9656a21ebec7c893c8be40a38f3e56c19bf1b033.zip | |
Bumped copyright years to 2019.
Diffstat (limited to 'discord/context_managers.py')
| -rw-r--r-- | discord/context_managers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/context_managers.py b/discord/context_managers.py index 9297286f..38751831 100644 --- a/discord/context_managers.py +++ b/discord/context_managers.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"), |