From 3c3983548d3b32041e7e5d5c91e71620cf5dc699 Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Sat, 30 Jan 2021 22:06:30 -0600 Subject: [PATCH] Update bot.py --- bot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot.py b/bot.py index 3fcc07e..80e6055 100644 --- a/bot.py +++ b/bot.py @@ -7,6 +7,9 @@ import sys from discord.ext import commands, tasks from discord.ext.commands import has_permissions, MissingPermissions from dotenv import load_dotenv +import aiohttp +import asyncio +import paramiko # import subprocess