You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if support for DiscordSRV could be considered. This would allow the fact that the server is in maintenance mode be automatically broadcasted and displayed in the associated Discord server.
The text was updated successfully, but these errors were encountered:
Depending on what exactly you want, you should be able to use commands-on-maintenance-enable and commands-on-maintenance-disable to just run discordsrv commands there
You could also do the opposite. In DiscordSRV you can use alerts.yml to send whatever messages you want when maintenance is enabled/disabled.
For example:
- Trigger: MaintenanceChangedEventChannel: WhateverChannelYouHaveLinkedAndWantHereEmbed:
Color: "#000001"Author:
ImageUrl: "LinkToWhateverImageYouWant.png"Name: '${#event.isMaintenance() ? "Server is now under maintenance!" : "Server maintenance is over!"}'
I haven't personally tested this, but I think it'll work.
I was wondering if support for DiscordSRV could be considered. This would allow the fact that the server is in maintenance mode be automatically broadcasted and displayed in the associated Discord server.
The text was updated successfully, but these errors were encountered: