th0mcumm1ngs / ARWIN

https://thomcummings.dev
1 stars 0 forks source link

All outgoing requests and messages are sent from main.py. #6

Closed th0mcumm1ngs closed 3 years ago

th0mcumm1ngs commented 3 years ago

Example Scenario: HS_Bot.py file recieves a command request for the time, it then sends a request via the Data Interchange including the chat id that the request came from. main.py acts opon the request (Gets the date and time) and sends a message to the chat id obtained earlier. (This is an alternative to sending a request back to HS_Bot.py and that file sending a response.)