Whoops, wrong one
This commit is contained in:
parent
5ca3141707
commit
c0b888535d
@ -12,7 +12,7 @@ from typing import Any
|
|||||||
Cog: Any = getattr(commands, "Cog", object)
|
Cog: Any = getattr(commands, "Cog", object)
|
||||||
|
|
||||||
|
|
||||||
class Gardener(Cog):
|
class Gardener:
|
||||||
"""Gardener class"""
|
"""Gardener class"""
|
||||||
|
|
||||||
def __init__(self, user: discord.User, config: Config):
|
def __init__(self, user: discord.User, config: Config):
|
||||||
@ -84,7 +84,7 @@ async def _withdraw_points(gardener: Gardener, amount):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
class PlantTycoon:
|
class PlantTycoon(Cog):
|
||||||
"""Grow your own plants! Be sure to take proper care of it."""
|
"""Grow your own plants! Be sure to take proper care of it."""
|
||||||
|
|
||||||
def __init__(self, bot: Red):
|
def __init__(self, bot: Red):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user