fix error... again

This commit is contained in:
Aaron Riedel 2022-02-01 16:25:31 +01:00
parent 0b2dfca4dd
commit f0c91d8678

4
bot.py
View file

@ -231,8 +231,8 @@ async def vote(ctx, *, arg):
async def say(ctx, *, arg):
await ctx.message.delete()
em = discord.Embed(description=arg, colour=0x00E0FF)
await message.channel.send(embed=em)
await message.delete()
await ctx.message.channel.send(embed=em)
await ctx.message.delete()
@bot.command(help="Starte ne Runde PnP", usage="@Rolle")
@is_gm()