2024-04-23 17:18:24 -07:00

6 lines
85 B
Python

import discord
async def echo(message, echo):
await message.channel.send(echo)