Недавнее содержимое от Sako_Guttare

  1. Sako_Guttare

    Ошибка SyntaxError: expected argument value expression

    import disnake from disnake.ext import commands bot = commands.Bot(command_prefix=".", help_command=None, intents=disnake.Intents.all()) @bot.event async def on_ready(): print(f"Bot {bot.user} is ready to work!") @bot.event async def on_member_join(member): Role = await...
  2. Sako_Guttare

    Не получается сделать рик ролл

    Не могу сделать рик ролл на команду /basa function main() while not isSampAvailable() do wait(100) end sampRegisterChatCommand("basa", cmd_basa) wait(-1) end function link(sender) shellExecute('https://youtu.be/dQw4w9WgXcQ?si=6ctmX-7XOaejHg_I') end