Fix issue in corona

pull/35/head
Stijn De Clercq 2021-02-02 01:44:38 +01:00
parent 9df8126455
commit e847b0e4b3
1 changed files with 3 additions and 0 deletions

View File

@ -280,6 +280,9 @@ class Corona(commands.Cog):
if st.startswith("0"): if st.startswith("0"):
st = st[1:] st = st[1:]
if st[2] == "0":
st = st[:2] + st[3:]
return st return st
# Order dates # Order dates