How to send message from discord to chat server

Also, this is probably the best way to do what you want.

  1. Create a discord bot
  2. Make bot listen for messages/command
  3. On message/command open a rcon connection to your server
  4. Send rcon command to server from the bot
  5. Listen for rcon command on server
  6. On rcon message, print whatever to chat
1 Like