discord/pwsBot/commands/hello_world.py
2024-04-23 17:18:24 -07:00

6 lines
96 B
Python

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