mirror of
https://github.com/dizedev/Main-tech.git
synced 2026-09-17 05:58:49 +00:00
Update coinscommand.py
This commit is contained in:
@@ -10,7 +10,7 @@ class CoinsCommand(commands.Cog):
|
|||||||
|
|
||||||
@commands.slash_command(name="coins", description="Игра в Орел и Решку")
|
@commands.slash_command(name="coins", description="Игра в Орел и Решку")
|
||||||
async def coins(self, ctx: disnake.AppCommandInteraction):
|
async def coins(self, ctx: disnake.AppCommandInteraction):
|
||||||
if ctx.guild.id != 1099696069257990214:
|
if ctx.guild.id != :
|
||||||
await ctx.send('Эта команда доступна только на определенном сервере')
|
await ctx.send('Эта команда доступна только на определенном сервере')
|
||||||
return
|
return
|
||||||
coin = ["Орел", "Решка"]
|
coin = ["Орел", "Решка"]
|
||||||
|
|||||||
Reference in New Issue
Block a user