Skip to content
Snippets Groups Projects
Commit 4d910f0a authored by dnns01's avatar dnns01
Browse files

remove is_prod

parent 76915c8b
Branches
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ class HalloweenBot(commands.Bot): ...@@ -11,7 +11,6 @@ class HalloweenBot(commands.Bot):
def __init__(self, *args, config: Dict, **kwargs): def __init__(self, *args, config: Dict, **kwargs):
super().__init__(*args, **kwargs) super().__init__(*args, **kwargs)
self.config = config self.config = config
self.is_prod = config["is_prod"]
self.view_manager: ViewManager = ViewManager(self) self.view_manager: ViewManager = ViewManager(self)
self.persistent_views_added: bool = False self.persistent_views_added: bool = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment