mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
Fix mod cog
This commit is contained in:
parent
e61caa0626
commit
c1eb216eb5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue