Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» add admin command to run the setup function manually
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 25, 2024
1 parent b13ee38 commit 23c6289
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,17 @@ function omegaflowey.utils:log/self { text_component: '[ \
} \
}, \
": disables the join queue buttons and hides their text" \
"\\n", \
"\\n", \
{ \
"text": "setup", \
"color": "yellow", \
"clickEvent": { \
"action": "suggest_command", \
"value": "/function omegaflowey.main:setup" \
} \
}, \
": re-runs the setup function that normally runs on `/reload`" \
] \
} \
]'}

0 comments on commit 23c6289

Please sign in to comment.