[fix]: Add import

This commit is contained in:
Sweetbread 2023-05-18 22:54:00 +03:00
parent 1bcce19153
commit f858ae49bf

View File

@ -8,7 +8,7 @@ from matplotlib import pyplot as plt
from matplotlib import ticker, markers from matplotlib import ticker, markers
from loguru import logger from loguru import logger
from asyncio import run_coroutine_threadsafe from asyncio import run_coroutine_threadsafe
from utils.translate import get_text
class ActiveCount(commands.Cog): class ActiveCount(commands.Cog):
def __init__(self, bot): def __init__(self, bot):