updated suggestset embed
This commit is contained in:
parent
dd8ffa66a0
commit
0960041fdf
1 changed files with 2 additions and 2 deletions
|
@ -367,14 +367,14 @@ class Suggestions(commands.Cog):
|
|||
colour=await ctx.embed_colour()
|
||||
)
|
||||
embed.set_author(name=ctx.guild.name, icon_url=ctx.guild.icon_url)
|
||||
embed.title = "**__Suggestion settings (guild):__**"
|
||||
embed.title = "**Suggestion settings:**"
|
||||
|
||||
embed.set_footer(text="*required to function properly")
|
||||
embed.add_field(name="Same channel*:", value=str(data["same"]), inline=False)
|
||||
embed.add_field(name="Suggestions channel*:", value=suggest_channel)
|
||||
embed.add_field(name="Approved channel:", value=approve_channel)
|
||||
embed.add_field(name="Denied channel:", value=reject_channel)
|
||||
embed.add_field(name="Upvote:", value=up_emoji)
|
||||
embed.add_field(name="Same channel*:", value=str(data["same"]))
|
||||
embed.add_field(name="Downvote:", value=down_emoji)
|
||||
embed.add_field(
|
||||
name=f"Delete `{ctx.clean_prefix}suggest` upon use:",
|
||||
|
|
Loading…
Reference in a new issue