mirror of
https://github.com/runyanjake/discord.git
synced 2025-10-04 15:27:28 -07:00
4 lines
80 B
Python
4 lines
80 B
Python
async def hello_world(message):
|
|
await message.channel.send('Hello World!')
|
|
|