Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Added missing command from the list
Browse files Browse the repository at this point in the history
  • Loading branch information
beeb committed May 26, 2021
1 parent 6cabeba commit a0244af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pancaketrade/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def setup_telegram(self):
commands = [
('status', 'display all tokens and their price, orders'),
('buysell', 'buy or sell a token now'),
('sellall', 'sell all balance for a token now'),
('addorder', 'add order to one of the tokens'),
('removeorder', 'delete order for one of the tokens'),
('order', 'display order information, pass the order ID as argument'),
Expand Down

0 comments on commit a0244af

Please sign in to comment.