4 커밋 8bf8983b32 ... e81b134633

작성자 SHA1 메시지 날짜
  deadtom e81b134633 Merge branch 'development' 3 주 전
  deadtom 654ead65f5 Added version number 3 주 전
  deadtom 943e76d03b Merge branch 'master' into development 3 주 전
  deadtom 282a487ece Updated version number 3 주 전
5개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 1
      ownchatbot/bot_messages.py
  2. 1 1
      ownchatbot/templates/mgmt.html
  3. 1 1
      ownchatbot/templates/userpanel.html
  4. 1 1
      pyproject.toml
  5. 1 1
      setup.py

+ 2 - 1
ownchatbot/bot_messages.py

@@ -143,7 +143,8 @@ def help_message(user_id):  # Build help message
     kofi_integration = current_app.config['KOFI_SETTINGS']['integration']
     gb_settings = current_app.config['GB_SETTINGS']
     gb_integration = current_app.config['GB_SETTINGS']['integration']
-    message = f'You get {current_app.config["POINTS_AWARD"]} points for every {current_app.config["POINTS_INTERVAL"]} minutes you\'re in chat.<br> \
+    message = f'OwnchatBot v1.1.9<br> \
+            You get {current_app.config["POINTS_AWARD"]} points for every {current_app.config["POINTS_INTERVAL"]} minutes you\'re in chat.<br> \
             You can see your points, the rewards queue, and other helpful information by clicking on the \"Points Rewards\" button.<br><br> \
             <b><u>Chat commands:</u></b><br> \
             <b>{prefix}help</b> to see this help message.<br> \

+ 1 - 1
ownchatbot/templates/mgmt.html

@@ -706,7 +706,7 @@
         <br><br>
     </div>
     <footer>
-        Version 1.1.9<br>
+        Version 1.1.dev10 (development branch)<br>
         If you are thrilled to death with OwnchatBot, and want to throw a little monetary love DeadTOm's way, <a href=https://ko-fi.com/deadtom>he's on Ko-fi</a>.<br>
         OwnchatBot © 2025 by <a href=https://www.deadtom.me>DeadTOm</a> is licensed under <a href=https://creativecommons.org/licenses/by-sa/4.0/>Creative Commons Attribution-ShareAlike 4.0 International</a>.
     </footer>

+ 1 - 1
ownchatbot/templates/userpanel.html

@@ -117,7 +117,7 @@
         <hr>
         <h4>Other stuff</h4>
         <div>
-            Version 1.1.9<br>
+            Version 1.1.dev10 (development branch)<br>
             OwnchatBot can be downloaded from <a href=https://git.deadtom.me/deadtom/OwnchatBot>https://git.deadtom.me/deadtom/OwnchatBot</a>.<br>
             If you are thrilled to death with OwnchatBot, and want to throw a little monetary love DeadTOm's way, <a href=https://ko-fi.com/deadtom>he's on Ko-fi</a>.<br>
             OwnchatBot © 2025 by <a href=https://www.deadtom.me>DeadTOm</a> is licensed under <a href=https://creativecommons.org/licenses/by-sa/4.0/>Creative Commons Attribution-ShareAlike 4.0 International</a>.

+ 1 - 1
pyproject.toml

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "ownchatbot"
-version = "1.1.9"
+version = "1.1.dev10"
 authors = [
     {name = "DeadTOm", email = "deadtom@deadtom.me"},
 ]

+ 1 - 1
setup.py

@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
 
 setup(
     name='ownchatbot',
-    version='1.1.9',
+    version='1.1.dev10',
     packages=find_packages(),
     include_package_data=True,
     install_requires=[