From d017ef53362c1031e86067d05671a626dc1d98d8 Mon Sep 17 00:00:00 2001 From: bobloy Date: Fri, 5 Oct 2018 08:27:09 -0400 Subject: [PATCH] Additional list and tts descriptions --- planttycoon/planttycoon.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/planttycoon/planttycoon.py b/planttycoon/planttycoon.py index cbc7aac..38aa194 100644 --- a/planttycoon/planttycoon.py +++ b/planttycoon/planttycoon.py @@ -89,9 +89,6 @@ class PlantTycoon(Cog): def __init__(self, bot: Red): self.bot = bot - # - # Loading all data - # self.config = Config.get_conf(self, identifier=80108971101168412199111111110) default_user = { @@ -574,7 +571,7 @@ class PlantTycoon(Cog): "reward": 3600 }, { - "name": "Pirahna Plant", + "name": "Piranha Plant", "article": "a", "time": 9000, "rarity": "super-rare", @@ -610,11 +607,11 @@ class PlantTycoon(Cog): "reward": 3600 }, { - "name": "tba", + "name": "Eldergleam Tree", "article": "a", "time": 10800, "rarity": "epic", - "image": "tba", + "image": "https://i.imgur.com/pnZYKZc.jpg", "health": 100, "degradation": 2, "threshold": 110,