Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackra1n committed Dec 21, 2023
1 parent bf21307 commit 87b69c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/karma.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ async def send_conclusion(self, ctx: commands.Context, kasino_id: int, winner: i
"""
elif winner == 3:
kasino_question: str = kasino['question']
to_embed.title = f'🎲 \"{kasino_question}\" has been cancelled.',
to_embed.title = f'🎲 \"{kasino_question}\" has been cancelled.'
to_embed.description = f'Amount bet will be refunded to each user.\nReturned: {total_karma} Karma'

to_embed.set_footer(
Expand Down

0 comments on commit 87b69c3

Please sign in to comment.