How do I disable the messages in the discord bot?

How do I disable the messages in the discord bot?

i'm using DiscordAuth but the bot keeps saying:

If you would like to link your discord account with the ..... server respond to this message with /join. This provides you with a bot which gives you access to commands while not on the server. Once you sign up type /help to learn more

This is confusing for players because those commands don't work for discord auth

 

And can someone explain what I'm setting with this? "Time until heartbeat is considered to have timed out.":  300

 

To disable those messages you should have your config like this:

"Enable Linking Discord To Rust": false,
"Use DiscordAuth": true,

The heartbeat is what is used to determine if our connection to discord is still good. Sometimes the extension breaks and this is the timeout from the last heartbeat that we consider the bot offline and reconnect.

Thanks for the quick response, It works :)