Purpur
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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 |
|
|
|
|
|
|
|