mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix issue in corona
This commit is contained in:
parent
9df8126455
commit
e847b0e4b3
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue