3 messages · Page 1 of 1 (latest)
Here is the code I'm using for the command
@bot.command() async def echo(ctx, *, content:str): await ctx.send(content) await message.delete()
i was able to fix this :)