This async function is called when a message is sent in a Discord Server you have integrated with Rocket Networking. Edit this function to change its functionality.
function callback_DiscordMessageReceived(channelId , authorStruct , messageBody){
show_message("Received a message "+messageBody+" from author")
show_message(authorStruct)
}