mirror of
https://github.com/runyanjake/discord.git
synced 2025-10-05 07:37:29 -07:00
6 lines
85 B
Python
6 lines
85 B
Python
import discord
|
|
|
|
async def echo(message, echo):
|
|
await message.channel.send(echo)
|
|
|