aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbot.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index edc6dd0..d61adda 100755
--- a/bot.py
+++ b/bot.py
@@ -46,7 +46,6 @@ class BedrockBot(commands.Bot):
)
self.logger = logging.getLogger("discord")
self.messageBlacklist = []
- self.session = aiohttp.ClientSession()
with open("custom_commands.json", "r") as f:
self.custom_commands = json.load(f)