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