how to make discord bot send messages python code example
Example 1: how to import discord in python
py -3 -m pip install -U discord.py
Example 2: send message discord.py
await message.channel.send("Your message")
py -3 -m pip install -U discord.py
await message.channel.send("Your message")