Add Movement !

This commit is contained in:
Paolo Arena
2022-09-03 13:06:58 +02:00
parent 6bee366547
commit d262f94315
18 changed files with 599 additions and 323 deletions

View File

@@ -47,7 +47,6 @@ const BotSchema = new Schema({
},
date_updated: {
type: Date,
default: Date.now,
},
});