3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Fix duplicate entries in !help

This commit is contained in:
Dragory 2021-09-11 18:57:20 +03:00
parent 001b6d00ea
commit ff2a7b38f3
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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