Refactor Stats into Util

This commit is contained in:
Daniel Odendahl Jr
2017-06-25 14:37:52 +00:00
parent b62cc1ee93
commit 332322f54d
3 changed files with 23 additions and 27 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const client = new CommandoClient({
disableEveryone: true,
unknownCommandResponse: false
});
const { carbon, dBots } = require('./structures/Stats');
const { carbon, dBots } = require('./structures/Util');
client.registry
.registerDefaultTypes()