mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
Move bot class location and fix some bugs
This commit is contained in:
parent
577b7ce131
commit
66e766d5ff
7 changed files with 122 additions and 117 deletions
|
@ -7,7 +7,7 @@ from discord import Member
|
|||
from discord.ext.commands import Cog, Context, command, has_permissions
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from ..core import MinearchyBot
|
||||
from .. import MinearchyBot
|
||||
|
||||
|
||||
class Moderation(Cog):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue