MFC Broadcast Notifications
The /notification
command sets up & manages Discord notifications for when a model goes live on MFC.
After using this command, when the specified model goes online, CharlesBot will automatically announce it in your Discord server.
Add Notification
Adds a notification for a model.
Options:
channel
: The Discord channel where notifications will be sent.model
: The model name.message
(optional): Custom message.
/notification add channel:#general model:ModelName message:"Model is live!"
List Notifications
Lists all notifications set for the server.
/notification list
Remove Notification
Removes a notification for a specific model.
Option:
model
: The model name.
/notification remove model:ModelName
Help
Displays usage instructions for notifications.
/notification help