mirror of https://github.com/stijndcl/didier
Fix issue in corona
parent
9df8126455
commit
e847b0e4b3
|
@ -280,6 +280,9 @@ class Corona(commands.Cog):
|
|||
if st.startswith("0"):
|
||||
st = st[1:]
|
||||
|
||||
if st[2] == "0":
|
||||
st = st[:2] + st[3:]
|
||||
|
||||
return st
|
||||
|
||||
# Order dates
|
||||
|
|
Loading…
Reference in New Issue