Browse Source

Version 4.6.6

Johnounet 2 tháng trước cách đây
mục cha
commit
16d6c46d8b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      chatbot.py

+ 1 - 1
chatbot.py

@@ -25,7 +25,7 @@ logger.addHandler(console_handler)
 load_dotenv()
 
 # Version du bot
-VERSION = "4.6.4"
+VERSION = "4.6.6"
 
 def get_env_variable(var_name, is_critical=True, default=None, var_type=str):
     value = os.getenv(var_name)