Some aesthetic fixes

This commit is contained in:
Boyan 2023-05-06 23:11:02 +02:00
parent 685319042b
commit b430daa5ee
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import requests
# Edit config.ini when running for the first time
import asyncio
import time, sys
import sys
import configparser
# Custom imports

View File

@ -1,7 +1,6 @@
import asyncio
import discord
from discord.ext import commands
import random
import requests
from urllib.parse import quote
from classes.Target import Target