Optional argument fix

This commit is contained in:
2024-11-15 13:30:23 +01:00
parent cd1beac93f
commit 73057921ec
+1 -1
View File
@@ -87,7 +87,7 @@ class Events(commands.Cog):
description="Jeśli nie wiesz jak użyć tej komendy to nawet nie próbuj", description="Jeśli nie wiesz jak użyć tej komendy to nawet nie próbuj",
guild=discord.Object(id=664789470779932693), guild=discord.Object(id=664789470779932693),
) )
async def armia_hammera(self, ctx, message_txt: str, recipient: Optional[int]): async def armia_hammera(self, ctx, message_txt: str, recipient: Optional[discord.User]):
pass pass
async def armia_hammera_back(): async def armia_hammera_back():