diff options
| author | 2019-03-31 16:48:41 +0100 | |
|---|---|---|
| committer | 2019-03-31 16:48:41 +0100 | |
| commit | 7dfc4a485b89d8e5a7f695bce1f6848ce186d33f (patch) | |
| tree | 99612627e63ff61e3076cf22e385c37326a5d38e /bot/seasons/valentines/myvalenstate.py | |
| parent | Merge pull request #146 from python-discord/flake8-docstring (diff) | |
| parent | Bump Easter event 1 day to accommodate April Fools (diff) | |
Merge pull request #156 from python-discord/hotfix
Cog inheritance hotfix
Diffstat (limited to 'bot/seasons/valentines/myvalenstate.py')
| -rw-r--r-- | bot/seasons/valentines/myvalenstate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/valentines/myvalenstate.py b/bot/seasons/valentines/myvalenstate.py index 0ea8fbab..344f52f6 100644 --- a/bot/seasons/valentines/myvalenstate.py +++ b/bot/seasons/valentines/myvalenstate.py @@ -15,7 +15,7 @@ with open(Path('bot', 'resources', 'valentines', 'valenstates.json'), 'r') as fi STATES = json.load(file) -class MyValenstate: +class MyValenstate(commands.Cog): """A Cog to find your most likely Valentine's vacation destination.""" def __init__(self, bot): |