Net event is spamming while having a nuimessage inside it

So im making this nui admin menu and im trying to make it so when u click on the name in the list u get the steam id on the side, but when i make a nuimessage inside of “admin:client:steam” its sending more requests then i have clicked while when i remove that nuimessage it sends the right amount of requests. What have i done wrong?
Nui script


Script.js bild
Client.lua
Server.lua bild

You’re adding the click event handler multiple times as you’re doing it inside the message listener.