Skip to content

Commit

Permalink
[Discord] Improve poker command formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jan 19, 2023
1 parent 163ad02 commit 77a7ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Discord/cogs/poker.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ async def poker(self, ctx):
'''Texas Hold'em'''
if poker_hand := self.poker_hands.get(ctx.channel.id):
await ctx.embed_reply(
f"[There's already a poker match in progress here]({poker_hand.message.jump_url})"
"[There's already a poker match in progress here]"
f"({poker_hand.message.jump_url})"
)
return

Expand Down

0 comments on commit 77a7ff6

Please sign in to comment.