feat: implement administrative control panel with real-time bot actions
This commit is contained in:
@@ -12,5 +12,10 @@ export const EVENTS = {
|
||||
DASHBOARD: {
|
||||
STATS_UPDATE: "dashboard:stats_update",
|
||||
NEW_EVENT: "dashboard:new_event",
|
||||
},
|
||||
ACTIONS: {
|
||||
RELOAD_COMMANDS: "actions:reload_commands",
|
||||
CLEAR_CACHE: "actions:clear_cache",
|
||||
MAINTENANCE_MODE: "actions:maintenance_mode",
|
||||
}
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user