From bd9b1b759c8219c42835c5e34bcaff4abb14f37d Mon Sep 17 00:00:00 2001 From: merc1er Date: Mon, 10 Jun 2024 10:27:05 +0700 Subject: [PATCH] Run black --- tipbot/commands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tipbot/commands.py b/tipbot/commands.py index e52194d..d03366a 100644 --- a/tipbot/commands.py +++ b/tipbot/commands.py @@ -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