Fixed missing variables

This commit is contained in:
2024-03-03 10:45:24 +00:00
parent ecea682fdd
commit 5cc67b27bc
13 changed files with 179 additions and 62 deletions

2
commands/Management/resetwolfcount.js Normal file → Executable file
View File

@ -19,7 +19,7 @@ module.exports = {
resetcount = 0
// Reset the wolf count
wolfcount.findByIdAndUpdate("6447da87681fd1bc486a4923", {count: resetcount}).then(() => {
wolfcount.findByIdAndUpdate(`${process.env.UPDATEID}`, {count: resetcount}).then(() => {
console.log('');
console.log('Count reset!');
}).catch((error) => {