structures -> util

This commit is contained in:
Daniel Odendahl Jr
2017-10-13 21:46:29 +00:00
parent adedb65c76
commit ffa05f01ff
43 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -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');