ошибка...
discord.ext.commands.errors.CommandInvokeError: Команда вызвала исключение: ClientRequestError: Невозможно записать тело запроса для https://discordapp.com /api/v6/channels/454374995758678029/messages
Мой импорт
Код: Выделить всё
import time
import discord
from discord.ext import commands
from discord.ext.commands import Bot
import asyncio
Код: Выделить всё
@bot.command(pass_context = True)
async def image(ctx):
await bot.send_file(ctx.message.channel, open('halogen.jpg'))
Спасибо, ребята п>
Подробнее здесь: https://stackoverflow.com/questions/508 ... rd-channel