zmiana nazwy

This commit is contained in:
2025-05-02 20:20:15 +02:00
parent c7af223155
commit 7edd60c10a
+2 -1
View File
@@ -44,7 +44,8 @@ class FileSearchCog(commands.Cog):
def __init__(self, bot: commands.Bot): def __init__(self, bot: commands.Bot):
self.bot = bot self.bot = bot
@commands.command(name="findfiles") @commands.has_any_role("Jarl", "Thane")
@commands.command(name="tajna_biblioteka_inkwizycji")
async def findfiles(self, ctx: commands.Context, entries: int, *, keywords: str): async def findfiles(self, ctx: commands.Context, entries: int, *, keywords: str):
""" """
Search for files matching keywords and publish selected ones. Search for files matching keywords and publish selected ones.