Update for bug fixes.

This commit is contained in:
vypr 2020-04-09 08:36:03 -04:00
parent 9da7137313
commit 10bb9b94bb

View File

@ -129,7 +129,8 @@ def create_saint_embed(_id):
type_strings = { type_strings = {
"E": "Epistle Reading", "E": "Epistle Reading",
"G": "Gospel Reading", "G": "Gospel Reading",
"MG": "Matins Gospel Reading" "MG": "Matins Gospel Reading",
"OT": "Old Testament Reading"
} }
if reading.type in type_strings: if reading.type in type_strings: