1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 00:47:44 +00:00

Fix mod cog

This commit is contained in:
RGBCube 2022-12-31 11:15:46 +03:00
parent e61caa0626
commit c1eb216eb5

View file

@ -6,13 +6,13 @@ from inspect import cleandoc as strip
from time import time as get_time
from typing import TYPE_CHECKING
from discord import Color, Embed, TextChannel
from discord import Color, Embed, Member, TextChannel
from discord.ext import commands
from discord.ext.commands import Cog, command
from discord.utils import escape_markdown
if TYPE_CHECKING:
from discord import Member, Message
from discord import Message
from discord.ext.commands import Context
from .. import MinearchyBot