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