Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Nov 22, 2023
1 parent 24254c1 commit 7cebd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/confessions/confession.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def confess(interaction: discord.Interaction, confession: str, reply_to: s
embed = discord.Embed(title="Confession", description=confession)
embed.set_footer(text=f"confession id: {confession_id}{' (not logged, unable to report)' if not confession_logging_enabled else ''}")

reply_to_generated_id = None
reply_to_id = None
reply_to_message = None

if reply_to:
Expand Down Expand Up @@ -108,7 +108,7 @@ async def confess(interaction: discord.Interaction, confession: str, reply_to: s
"server": server,
"url": confession_url,
"generated_id": confession_id,
"mentioned_id": reply_to_generated_id,
"mentioned_id": reply_to_id,
}

if confession_logging_enabled:
Expand Down

0 comments on commit 7cebd2b

Please sign in to comment.