Skip to content

Commit

Permalink
test docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary20001016 committed Jan 22, 2024
1 parent cbfb391 commit d69f7ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tgbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def start(update: Update, context: CallbackContext) -> None:

def help_command(update: Update, context: CallbackContext) -> None:
update.message.reply_text('use "/faucet address" to get bevm-canary-test BTC faucet。')


def faucet_command(update: Update, context: CallbackContext)-> None:
print(update.message.chat_id)
Expand Down

0 comments on commit d69f7ac

Please sign in to comment.