mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Optional argument fix
This commit is contained in:
+1
-1
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user