mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
Fix error
This commit is contained in:
parent
ffca2e79b6
commit
120516ef66
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@ from platform import python_version
|
||||||
from time import monotonic as ping_time, time as current_time
|
from time import monotonic as ping_time, time as current_time
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
from discord import CategoryChannel, Color, Embed, File
|
from discord import CategoryChannel, Color, Embed, File, TextChannel
|
||||||
from discord.ext.commands import Cog, command, has_permissions
|
from discord.ext.commands import Cog, command, has_permissions
|
||||||
from discord.utils import escape_markdown
|
from discord.utils import escape_markdown
|
||||||
|
|
||||||
from ..utils import override
|
from ..utils import override
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from discord import Message, TextChannel
|
from discord import Message
|
||||||
from discord.ext.commands import Context
|
from discord.ext.commands import Context
|
||||||
|
|
||||||
from .. import MinearchyBot
|
from .. import MinearchyBot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue