Explorar el Código

Added refunded points announcement

deadtom hace 1 mes
padre
commit
15eb5c7ceb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ownchatbot/webhooks.py

+ 1 - 1
ownchatbot/webhooks.py

@@ -65,7 +65,7 @@ def chat_hook():
             if points is None:
             if points is None:
                 send_private_chat(user_id, f'{display_name}, couldn\'t get your points, for some highly technical reason.')
                 send_private_chat(user_id, f'{display_name}, couldn\'t get your points, for some highly technical reason.')
             else:
             else:
-                send_private_chat(user_id, f'{display_name}, you have {points} {porps(points)}.')
+                send_private_chat(user_id, f'{display_name}, you have {porps(points)}.')
 
 
         elif lowercase_msg.startswith(f'{prefix}reg_mail'):  # Generate a code to verify users account for email registration
         elif lowercase_msg.startswith(f'{prefix}reg_mail'):  # Generate a code to verify users account for email registration
             if current_app.config['KOFI_INTEGRATION']:
             if current_app.config['KOFI_INTEGRATION']: