can we add a string to the command content response by PreMessageContentRun ?
Like i have in my messageRun command file: message.channel.send(‘hi’) In the event file, i use like: payload.messageContent += ‘ everyone’ then bot’ll send to channel: hi everyone