msg = input('Ваше сообщение')
@Client.event
async def on_ready():
while True:
try:
channel = await Client.fetch_channel(input("id Канала: "))
await channel.send(content=input("Ваше сообщение: ")
except Exception:
print("Не хватает прав")