fix(backup): pylint fix

This commit is contained in:
cswimr 2025-03-28 10:14:30 -05:00
parent 336e01456c
commit c0c84358ef
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -26,7 +26,7 @@ class Backup(commands.Cog):
__author__ = ["[cswimr](https://www.coastalcommits.com/cswimr)"]
__git__ = "https://www.coastalcommits.com/cswimr/SeaCogs"
__version__ = "1.1.3"
__version__ = "1.1.4"
__documentation__ = "https://seacogs.coastalcommits.com/backup/"
def __init__(self, bot: Red):
@ -49,7 +49,6 @@ class Backup(commands.Cog):
@commands.is_owner()
async def backup(self, ctx: commands.Context) -> None:
"""Backup your installed cogs."""
pass
@backup.command(name="export")
@commands.is_owner()