import discord
from discord.ext import commands
client = commands.Bot(command_prefix = '!', self_bot = True)
@client.command()
async def send(ctx):
channel = client.get_channel(id канала)
await channel.send('сообщение')
client.run("токен пользователя", bot = False)