Discord Developer Portal — Documentation — Intro
Discord Developer Portal — Documentation — Community Resources
Get the invitation link
##
await message.channel.send('Hello!')
@client.event
async def on_message(message):
if message.author == client.user:
return
if message.content.startswith('$hello'):
await message.channel.send('Hello!')