fix error

This commit is contained in:
Aaron Riedel 2022-02-01 16:26:46 +01:00
parent f0c91d8678
commit f16d9d818a

1
bot.py
View file

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