Skip to content

Commit

Permalink
Add user mention to council queue embed (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaTiemsz authored Jun 24, 2021
1 parent 76738cc commit e8c7b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queuebot/cogs/queue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ async def respond(response: str) -> discord.Message:
note,
)

embed = discord.Embed(title=f'Suggestion {suggestion_id}', description=note)
embed = discord.Embed(title=f'Suggestion {suggestion_id}', description=f'{note}\nBy {message.author.mention}')

queue = self.bot.get_channel(self.config.council_queue)
msg = await queue.send(emoji, file=queue_file, embed=embed)
Expand Down

0 comments on commit e8c7b5b

Please sign in to comment.