diff options
Diffstat (limited to '')
| -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 bd07f6a2..efc374d4 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):      def __init__(self, bot):          self.bot = bot | 
