This commit is contained in:
Dragon Fire
2020-06-06 15:52:30 -04:00
parent cd287e44be
commit 7f5dbb68e0
@@ -1,6 +1,4 @@
const Command = require('../../structures/Command');
const fs = require('fs');
const path = require('path');
module.exports = class CommandLeaderboardExportCommand extends Command {
constructor(client) {