3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-24 01:55:03 +00:00

Fix duplicate entries in !help

This commit is contained in:
Dragory 2021-09-11 18:57:20 +03:00
parent 6e06d90ca4
commit 729d82602f

View file

@ -34,6 +34,7 @@ export const HelpCmd = utilityCmd({
plugin, plugin,
command: registeredCommand, command: registeredCommand,
}); });
break;
} }
} }
} }