|
@@ -45,7 +45,7 @@ def do_reward(message, user_id): # Parse the chat command
|
|
|
contribution = split_message[1]
|
|
|
|
|
|
if reward not in current_app.config['REWARDS']: # Check if it's a command or a reward
|
|
|
- send_chat(f'{username}, \"{prefix}{reward}\" is not a chat command or a reward. Check your spelling?')
|
|
|
+ send_private_chat(userId, f'{username}, \"{prefix}{reward}\" is not a chat command or a reward. Check your spelling?')
|
|
|
return
|
|
|
if not is_reward_active(reward): # If reward isn't active, say so
|
|
|
send_chat(f'Sorry, {username}. \"{prefix}{reward}\" is not currently an active reward.')
|