Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
import discord from discord.ext import commands bot = commands.Bot(command_prefix = ">", intents = discord.Intents.all()) @bot.event async def on_ready(): print("I am connecred!") bot.run("")