mirror of
https://github.com/runyanjake/discord.git
synced 2025-10-04 15:27:28 -07:00
4 lines
69 B
Python
4 lines
69 B
Python
async def echo(message, echo):
|
|
await message.channel.send(echo)
|
|
|