mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 00:04:48 +02:00
structures -> util
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ const client = new CommandoClient({
|
||||
messageCacheLifetime: 600,
|
||||
messageSweepInterval: 120
|
||||
});
|
||||
const { postStats } = require('./structures/Util');
|
||||
const { postStats } = require('./util/Util');
|
||||
const { version } = require('./package');
|
||||
const whitelist = require('./assets/json/whitelist');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user