From 449cf018d32d1c0c4de0e036e6b12b66b4010dc1 Mon Sep 17 00:00:00 2001 From: Quanta Date: Wed, 21 Oct 2020 19:04:07 +0530 Subject: Remove an unrequired new-line and a comment --- bot/exts/halloween/candy_collection.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot/exts/halloween/candy_collection.py b/bot/exts/halloween/candy_collection.py index e1602137..4909b8df 100644 --- a/bot/exts/halloween/candy_collection.py +++ b/bot/exts/halloween/candy_collection.py @@ -37,13 +37,11 @@ class CandyCollection(commands.Cog): def __init__(self, bot: commands.Bot): self.bot = bot - self.json_file = make_persistent(Path("bot", "resources", "halloween", "candy_collection.json")) with self.json_file.open() as fp: candy_data = json.load(fp) - # The rank data self.candy_records = candy_data.get("records", dict()) # Message ID where bot added the candies/skulls -- cgit v1.2.3