This commit is contained in:
TheArcaneBrony
2022-08-27 06:23:46 +02:00
parent cfaadb8a68
commit aabeffdaff
11 changed files with 203 additions and 206 deletions
+3 -3
View File
@@ -15,6 +15,6 @@ async function askBool(question) {
}
module.exports = {
ask,
askBool
}
ask,
askBool
};