Fixed missing import

This commit is contained in:
2023-05-26 13:13:23 +02:00
parent 21ce78f475
commit a843f77290
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
__name__ = "libbot"
__version__ = "0.5"
__version__ = "0.6"
__license__ = "GPL3"
__author__ = "Profitroll"