Moved language check to plugins folder

This commit is contained in:
lucmsilva651 2024-07-25 23:57:38 -03:00
parent b1e1394071
commit e2e5eb6ca3
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
7 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
const Config = require('../props/config.json');
const os = require('os');
const { getStrings } = require('./checklang.js');
const { getStrings } = require('../plugins/checklang.js');
function formatUptime(uptime) {
const hours = Math.floor(uptime / 3600);