mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Refactor Stats into Util
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user