optimize imports

This commit is contained in:
bacon
2024-03-10 23:56:59 +03:00
parent 859ebaf510
commit f979718d1a
2 changed files with 4 additions and 3 deletions

5
bot.py
View File

@@ -1,12 +1,13 @@
#!/usr/bin/env python3
import asyncio
from os import getenv
from os.path import dirname, isfile
from os.path import isfile
import disnake
from dotenv import load_dotenv
from disnake import OptionType, Option, Localized
from disnake.ext import commands
from dotenv import load_dotenv
from __init__ import __version__
from lib.CogsPrep import work_with_cogs, cog_list
from lib.Comands import determine_prefix

View File

@@ -1,5 +1,5 @@
import disnake
from disnake import Option, OptionType, Colour, Localized
from disnake import Option, OptionType, Colour
from disnake.ext import commands
from lib.Logger import logger