fix error
This commit is contained in:
parent
f0c91d8678
commit
f16d9d818a
1 changed files with 0 additions and 1 deletions
1
bot.py
1
bot.py
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue