Browse Source

fix error

Markus-Rost 4 năm trước cách đây
mục cha
commit
b4aa971e8e
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      cmds/eval.js

+ 0 - 4
cmds/eval.js

@@ -6,10 +6,6 @@ const {limit: {verification: verificationLimit, rcgcdw: rcgcdwLimit}} = require(
 const newMessage = require('../util/newMessage.js');
 var db = require('../util/database.js');
 
-var allSites = [];
-const getAllSites = require('../util/allSites.js');
-getAllSites.then( sites => allSites = sites );
-
 /**
  * Processes the "eval" command.
  * @param {import('../util/i18n.js')} lang - The user language.