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:
parent
7e6233e72e
commit
2265ab2f62
4 changed files with 0 additions and 18 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue