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

@ -8,7 +8,6 @@ from typing import TYPE_CHECKING
from discord.ext.commands import Cog, command
from ..utils import override
if TYPE_CHECKING:
from discord import Message
@ -26,7 +25,6 @@ class Miscellaneous(
self.bot = bot
self.bot.help_command.cog = self
@override
def cog_unload(self) -> None:
self.bot.help_command.cog = None
self.bot.help_command.hidden = True