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

clean: remove @override

This commit is contained in:
RGBCube 2023-01-27 20:27:57 +03:00 committed by GitHub
parent 7e6233e72e
commit 2265ab2f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 18 deletions

View file

@ -19,7 +19,6 @@ from discord.ext.commands import (
)
from .minecraft_server import GeyserServer
from .utils import override
class MinearchyBot(CommandsBot):
@ -55,7 +54,6 @@ class MinearchyBot(CommandsBot):
),
)
@override
async def on_ready(self) -> None:
print(
strip(
@ -85,7 +83,6 @@ class MinearchyBot(CommandsBot):
except (ExtensionFailed, NoEntryPointError):
print(f"Couldn't load {file_name}:\n{format_exception()}")
@override
def run(self) -> None:
async def runner() -> None:
async with self, AIOHTTPSession() as self.session: