contents --> content

This commit is contained in:
Seaswimmer 2023-03-13 23:34:56 -04:00
parent e141109c4a
commit 483cb4208d

View file

@ -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)