discord/pwsBot/commands/hello_world.py

4 lines
80 B
Python

async def hello_world(message):
await message.channel.send('Hello World!')