super edit thay mama

This commit is contained in:
Alex D
2023-04-24 17:55:03 +03:00
parent 4731006753
commit cb8fb7d359
13 changed files with 51 additions and 47 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class CoinsCommand(commands.Cog):
def __init__(self, bot):
self.bot = bot
@commands.slash_command()
@commands.slash_command(name="coins")
async def coins(self, ctx: disnake.AppCommandInteraction):
coin = ["Орел", "Решка"]
result = random.choice(coin)