From 4d910f0a7b19a4761ee9b8a16931c0e9cefeb6c0 Mon Sep 17 00:00:00 2001 From: dnns01 <git@dnns01.de> Date: Sun, 17 Sep 2023 16:41:26 +0200 Subject: [PATCH] remove is_prod --- halloween.py | 1 - 1 file changed, 1 deletion(-) diff --git a/halloween.py b/halloween.py index 5cbe3c9..22bcdfb 100644 --- a/halloween.py +++ b/halloween.py @@ -11,7 +11,6 @@ class HalloweenBot(commands.Bot): def __init__(self, *args, config: Dict, **kwargs): super().__init__(*args, **kwargs) self.config = config - self.is_prod = config["is_prod"] self.view_manager: ViewManager = ViewManager(self) self.persistent_views_added: bool = False -- GitLab