mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 17:07:45 +00:00
clean: remove @override
This commit is contained in:
parent
7e6233e72e
commit
2265ab2f62
4 changed files with 0 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue