-
-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Labels
env/telegramgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededkind/bugSomething isn't workingSomething isn't working
Description
Telegram's command /stop is not working. We define the logic here:
Lines 293 to 300 in 1a3585b
| func (c *Controller) Stop() { | |
| if c.status == StatusRunning { | |
| c.status = StatusStopped | |
| c.updateOrders() | |
| c.finish <- true | |
| log.Info("Bot stopped.") | |
| } | |
| } |
The idea is:
- The bot will only execute orders when it is in
runningstatus. But it is not working.
Metadata
Metadata
Assignees
Labels
env/telegramgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededkind/bugSomething isn't workingSomething isn't working