mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 09:48:56 +01:00
feat(live_status): add command to generate and update persistent status messages
This commit is contained in:
@@ -21,7 +21,7 @@ for (const folder of commandFolders) {
|
||||
if (!fs.statSync(commandsPath).isDirectory()) continue;
|
||||
|
||||
const commandFiles = fs.readdirSync(commandsPath).filter(file =>
|
||||
file.endsWith('.js')
|
||||
file.endsWith('.command.js')
|
||||
);
|
||||
|
||||
for (const file of commandFiles) {
|
||||
|
||||
Reference in New Issue
Block a user