fixed emoji
This commit is contained in:
parent
af2f999368
commit
68b444c6c0
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class Galaxy(commands.Cog):
|
|||
await ctx.send(embed=embed)
|
||||
else:
|
||||
await self.config.guild(ctx.guild).cocotarget.set(1028535684757209118)
|
||||
emoji = self.bot.get_emoji(1028535684757209118)
|
||||
embed=discord.Embed(color=await self.bot.get_embed_color(None), description=f"Coco's emoji has been set to {emoji} (1028535684757209118).")
|
||||
await ctx.send(embed=embed)
|
||||
|
||||
|
|
Loading…
Reference in a new issue