|
|
@@ -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']:
|