From 4bc9c06e0aee48c275ec8ddbc262d7a02a860b23 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Sun, 29 Oct 2023 18:42:58 -0700 Subject: [PATCH] update/better bot stats --- commands/stats.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/stats.js b/commands/stats.js index f070453..fde587a 100644 --- a/commands/stats.js +++ b/commands/stats.js @@ -1,4 +1,5 @@ const { EmbedBuilder } = require('discord.js'); +const fs = require('fs'); module.exports = { name: "stats",