Explorar o código

Added refunded points announcement

deadtom hai 1 mes
pai
achega
15eb5c7ceb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ownchatbot/webhooks.py

+ 1 - 1
ownchatbot/webhooks.py

@@ -65,7 +65,7 @@ def chat_hook():
             if points is None:
                 send_private_chat(user_id, f'{display_name}, couldn\'t get your points, for some highly technical reason.')
             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
             if current_app.config['KOFI_INTEGRATION']: