This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asyncio | |
import typing as t | |
from io import BytesIO | |
from time import perf_counter | |
import discord | |
from redbot.core import commands | |
from redbot.core.i18n import Translator | |
from redbot.core.utils.chat_formatting import ( | |
box, |