I need help fixing some code

execute as @a[scores={tradeaccept=1..}] run function duckie:tradeverify this code is in this function called send_messagetwo: # use the temp object to say who to send the thingy to $tellraw $(author) {"text": "Your trade has been accepted","color":"#81fc81"} $scoreboard players set $(name) tradeverify 1 $scoreboard players set $(author) tradeverify 1 execute as @a[scores={tradeaccept=1..}] run function duckie:tradeverify $tellraw $(author) {"text": "im working"} this is suppose to excute some code when i press it but it doesnt do that
Continue to help post