File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,12 @@ def render_name(user_id, mention=True):
147
147
else :
148
148
return f"**{ result } **"
149
149
150
+ time_str = f":{ shift } : Hour { shift_hour } "
151
+ if hour == 168 :
152
+ time_str = "*WEEK TWO*"
153
+
150
154
lines = [
151
- f"**Shift changes for : { shift } : Hour { shift_hour } | Bustime { hour :02d} :00 - { hour + 1 :02d} :00 | <time:{ current_time .isoformat (timespec = 'minutes' )} >:**" ,
155
+ f"**Shift changes for { time_str } | Bustime { hour :02d} :00 - { hour + 1 :02d} :00 | <time:{ current_time .isoformat (timespec = 'minutes' )} >:**" ,
152
156
"Make sure to *mute/unmute* #**current-shift** as needed!" ,
153
157
]
154
158
if supervisor is None :
@@ -191,7 +195,8 @@ def render_name(user_id, mention=True):
191
195
]
192
196
if hour == last :
193
197
lines += [
194
- "**Well done everyone, and thank you for all your hard work :heart:**"
198
+ "# This bus keeps running because of you. Yes, you." ,
199
+ "# Thank you just...so, so much for joining us in this silly thing. :heart:" ,
195
200
]
196
201
197
202
if stream == "DEBUG" :
You can’t perform that action at this time.
0 commit comments