fix(bot): fix sensitive case

This commit is contained in:
Leifer Mendez
2022-12-06 19:35:21 +01:00
parent 4350dff22a
commit 24ac9fbf48
12 changed files with 77 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ const copyLibPkg = async (pkgName, to) => {
}
Promise.all([
copyLibPkg('create-bot-whatsapp', appDir),
copyLibPkg('bot', appDir),
copyLibPkg('database', appDir),
copyLibPkg('provider', appDir),