AttributeError: 'NoneType' object has no attribute 'send'

я пишу бота на discord.py И после перезагрузки пк у меня возникла подобная ошибка

discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'NoneType' object has no attribute 'send'

Кусок кода:

@bot.command()
async def qwe(ctx, *, text):
    chan = bot.get_channel(860460*****754762)
    await chan.send(text)

Ответы (0 шт):