GCCempt / GCC_OpenSong_bot

We were lazy and didn't want to do things by hand so instead we spent hundreds of manhours automating it. classic.
http://gccpraise.com/
2 stars 0 forks source link

Change the return from the status function to an embeded discord message #51

Closed dan4222 closed 3 years ago

dan4222 commented 3 years ago

Should help the readability of the discord channel by preventing all the status messages from mushing together

dan4222 commented 3 years ago

In addition to changing the status message to an embed, maybe we could change the status message to a simple one line message but with reaction emoji indicators that would actually reflect the current status of processing for the week. eg. a Red "W" that turns blue when the worship schedule has been received. A Red "S" that turns blue when the sermon info has been received.

When processing of all elements has been completed and the set has been made and published, turn all indicators Green.

AllDayJon commented 3 years ago

The function that returns the status message can be found here: https://github.com/GCCempt/GCC_OpenSong_bot/blob/847be93ad3f3fbce2bbde4898153da7dd708f984/monitorfiles.py#L15-L111