How to send message from discord to chat server

how to send message from discord to chat server
i am only able to receive messages from server chat to discord
thank you

Please post in the correct category next time. This isn’t a feature request, this is much more suited for #development

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

from discord to chat server

Im probably going to use Red discord bot and make a script with python that uses an rcon api then make a rcon command for fivem which is say since that was removed

1 Like

great job we are waiting

Found a open source MC bot, gonna try strip it apart and make it for fivem, no promises itll work though

2 Likes

Please tell me how @sadboilogan

Hey, did you ever get it working? Also, is there a server status Discord bot for FiveM?

No, I didn’t, but for the server status thing I made a plug-in for red discord bot that will check if your servers online with the command ss

Nice. Do you have a link for it?

https://github.com/IllusiveTea/Red-DiscordBot-Server-Checker
Command is .ss

1 Like

how to run this source on server ?

in server.cfg

start sourcename

1 Like

Do you still have this?