Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
merc1er committed Jun 10, 2024
1 parent 5cbde2f commit bd9b1b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tipbot/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ def tip(update, context: CallbackContext, satoshi=False):
pass

if len(args) < 2 and not update.message.reply_to_message:
return update.message.reply_text("Usage: `/tip [amount] [username]` \n or `/tip@BCHtipbot 0.05 @merc1er`")
return update.message.reply_text(
"Usage: `/tip [amount] [username]` \n or `/tip@BCHtipbot 0.05 @merc1er`"
)

if "@" in args[0]:
# this swaps args[0] and args[1] in case user input username before
Expand Down

0 comments on commit bd9b1b7

Please sign in to comment.