Notifications don't get sent to the parser if they aren't a mention
note variables more descriptive
Response gets sent directly from bot_app.py
Visibility gets checked here too instead of going inside of the function
Sleep time lowered to two so testing is faster
There may be a way to mark notifications as read using misskey.py
Modified parsing.py
Takes the client and notification as Input
Outputs a list with command,full_user, arguments and note_obj
Changed Gacha_response.py to response.py
Takes the list coming from parsin.py
Outputs response
Referencing issue #3
* Modified the bot_app.py process
* Notifications don't get sent to the parser if they aren't a mention
* note variables more descriptive
* Response gets sent directly from bot_app.py
* Visibility gets checked here too instead of going inside of the function
* Sleep time lowered to two so testing is faster
* There may be a way to mark notifications as read using misskey.py
* Modified parsing.py
* Takes the client and notification as Input
* Outputs a list with command,full_user, arguments and note_obj
* Changed Gacha_response.py to response.py
* Takes the list coming from parsin.py
* Outputs response
Referencing issue #3
Reviewers