Update coinscommand.py

This commit is contained in:
ryslandevds
2024-01-13 15:59:21 +03:00
committed by GitHub
parent 60b3396f31
commit 01909a9b98
+1 -1
View File
@@ -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 = ["Орел", "Решка"]