Discord sender
Send discord message via webhook
rcore has even discord implementation, so you can simply send discord notification via webhook to any of your room.
Webhook has to be only visible for server! If it will be visible for client as well it can be stolen and someone make spam your rooms.
Sending notification as rcore
rcore has sconfig that mean Server Config so it is visible only for server in this config you can find DiscordWebhook field, if you want to send message into this webhook only you can use method
Sending custom notification
other way if you want to send discord to any webhook for example in your own script you can use very similar native to it.
Example of sending join notification
Colors
rcore has already table in config with colors, for more search for discord documentation
Last updated
Was this helpful?