6.0.0 code refactor

This commit is contained in:
SowinskiBraeden committed 2023-04-03 16:59:30 -07:00
1 parent ecdd3d649f
commit 4abad2cd1a
12 files changed
+524 -417

No files matched your search

+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = {
"server.playerstats": []
}
}, function (err, res) {
if (err) return this.sendInternalError(interaction, err);
if (err) return client.sendInternalError(interaction, err);
});
}