diff --git a/bot.py b/bot.py index 69c5e35..5b7e5a1 100644 --- a/bot.py +++ b/bot.py @@ -2,7 +2,7 @@ import simplematrixbotlib as botLibrary import json import fetch -version = "0.1.0" +version = "0.1.5" print("Imag/quotes bot version " + version) print("Loading config…")