Remove phone asking message
This commit is contained in:
parent
b00ebe5e02
commit
429ec89c62
|
@ -64,7 +64,8 @@
|
||||||
:to "me"}])
|
:to "me"}])
|
||||||
|
|
||||||
(def start-signup-events
|
(def start-signup-events
|
||||||
[[:received-message
|
;; TODO(janherich): show this message again once `/phone` command is working properly again
|
||||||
|
[#_[:received-message
|
||||||
{:message-id (random/id)
|
{:message-id (random/id)
|
||||||
:content (command-content
|
:content (command-content
|
||||||
:phone
|
:phone
|
||||||
|
|
Loading…
Reference in New Issue