text clarification

pull/38/head
bobloy 7 years ago
parent b9da8246e1
commit 7fabbb77b6

@ -884,7 +884,7 @@ class PlantTycoon(Cog):
async def _gardener(self, user: discord.User) -> Gardener: async def _gardener(self, user: discord.User) -> Gardener:
# #
# This function returns an individual gardener namedtuple # This function returns a Gardener object for the user
# #
g = Gardener(user, self.config) g = Gardener(user, self.config)

Loading…
Cancel
Save