Fix reaction which is not needed
This commit is contained in:
parent
3f0919d2a8
commit
7c31e1faed
@ -34,13 +34,11 @@ class Fun:
|
||||
|
||||
im = random.randint(0, int(total_sebi) - 1)
|
||||
|
||||
msg = await ctx.send(
|
||||
embed=discord.Embed(
|
||||
await ctx.send(embed=discord.Embed(
|
||||
title='\t',
|
||||
description='\t',
|
||||
color=0xf20006).set_image(
|
||||
url=source[str(im)]))
|
||||
return await msg.add_reaction(self.bot.success)
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(Fun(bot))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user