github.com/sharovik/devbot@v1.0.1-0.20240308094637-4a0387c40516/events/unknownquestion/README.md (about)

     1  # Unknown question event
     2  This event will be triggered when he don't know what to answer. He will try to share you potential events, which probably you've meant in the message.
     3  
     4  ![Example](../../documentation/images/unknown-question.png)
     5  
     6  ## Installation guide
     7  To install it please add it to `defined-events.go` and run next command:
     8  ``` 
     9  make install
    10  ```
    11  
    12  ## Usage
    13  Write in PM or tag the bot user with this message
    14  ```
    15  some example
    16  ```
    17  As good result you should receive an answer with the list of events
    18  ```text
    19  Maybe you mean:
    20  who are you? to trigger event example? Then ask who are you? --help for more details;
    21  write a message to trigger event examplescenario? Then ask write a message --help for more details;
    22  OR you also can write events list and I will show you all available events.
    23  ```