Skip to content

Commit

Permalink
Oops forgot to return
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanin committed Dec 30, 2024
1 parent 5d76a43 commit c3dc0ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/functions/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ def options_to_string(interaction: discord.Interaction, code: bool = False):
out += f" `{option['name']}: attachment`"
else:
out += f" {option['name']}: attachment"
return out

0 comments on commit c3dc0ab

Please sign in to comment.