![Lightman's Discord Integration](https://media.forgecdn.net/avatars/thumbnails/465/582/256/256/637747028147484238.png)
Question: Is there an option to have server messages send to the Discord?
RavanCraft opened this issue ยท 8 comments
I have for example a warning message that the server will shut down in a few minutes which is send by the server. Unfortunately this is not send to my Discord channel. It would be very helpful for people to see messages like this in Discord as well.
At the moment there isn't any way of doing that, but if I knew what methods you're using to send the message I could probably look into it.
Question: Would simply adding a command that sends a message to discord & only discord work?
i.e. Adding a command that upon receiving
/telldiscord Server will restart in 1 hour!
will post a message in the discord #server-chat channel saying Server will restart in 1 hour!
Then you could probably set up your scheduler systems to run the /telldiscord command at the same time as it sends the /tellraw & /title messages.
I feel like this would be the best solution personally, as some people may not want the bot to be listening in to their /title & /tellraw messages, as some may be used for single-target messages that they don't want posted to the general public.
Question: Would simply adding a command that sends a message to discord & only discord work?
i.e. Adding a command that upon receiving
/telldiscord Server will restart in 1 hour!
will post a message in the discord #server-chat channel sayingServer will restart in 1 hour!
Then you could probably set up your scheduler systems to run the /telldiscord command at the same time as it sends the /tellraw & /title messages.
I feel like this would be the best solution personally, as some people may not want the bot to be listening in to their /title & /tellraw messages, as some may be used for single-target messages that they don't want posted to the general public.
I am down for that one.
Cool, that should be easy enough to add, so I'll see if I can get that done sometime tomorrow.