diff --git a/bot.py b/bot.py index 44a395d..2cfc661 100644 --- a/bot.py +++ b/bot.py @@ -2,7 +2,7 @@ import simplematrixbotlib as botLibrary import json import fetch -version = "0.2.0" +version = "0.3.0" print("Imag/quotes bot version " + version) print("Loading config…")