Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
intents = discord.Intents.default() intents.members = True client = commands.Bot(command_prefix='!', intents=intents)
import json data = {'1':2,'2':3,'3':'Тестовый JSON'} json.dump(data, open("test.json","w",encoding="utf8"),ensure_ascii=False)
async def print(ctx, *, text):
async def print(ctx):