add /countdown and !options

This commit is contained in:
Fabian Dill
2020-07-05 21:45:52 +02:00
parent 252f9600fe
commit 12273c396b
2 changed files with 27 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ def tuplize_version(version: str) -> typing.Tuple[int, ...]:
return tuple(int(piece, 10) for piece in version.split("."))
__version__ = "2.3.3"
__version__ = "2.3.4"
_version_tuple = tuplize_version(__version__)
import os