1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 00:47:44 +00:00
This commit is contained in:
RGBCube 2022-12-17 19:11:21 +03:00
parent 6834edf80e
commit ffca2e79b6
9 changed files with 75 additions and 64 deletions

View file

@ -19,7 +19,7 @@ from discord.ext.commands import (
)
from .minecraft_server import GeyserServer
from .util import override
from .utils import override
class MinearchyBot(CommandsBot):