contents --> content
This commit is contained in:
parent
e141109c4a
commit
483cb4208d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Galaxy(commands.Cog):
|
|||
embed = discord.Embed(title="Issue Reporting & Suggestions", color=await self.bot.get_embed_color(None), description="Have a problem or a suggestion for GalaxyCogs? Read this!")
|
||||
embed.add_field(name="Cog Issues & Suggestions", value="If you'd like to submit a suggestion or a bug report to the developers of GalaxyCogs, please do so [here](https://github.com/SeaswimmerTheFsh/GalaxyCogs/issues).\n**Please make sure whatever you're suggesting or reporting doesn't have an existing issue! If it does, you can comment on that issue with additional details if necessary.**")
|
||||
if target:
|
||||
await ctx.send(embed=embed, contents=f"{target.mention}")
|
||||
await ctx.send(embed=embed, content=f"{target.mention}")
|
||||
else:
|
||||
await ctx.send(embed=embed)
|
||||
|
||||
|
|
Loading…
Reference in a new issue