From b5caeb7cd34243f6abd475b831e77b1268628e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 8 Jun 2023 00:30:28 +0300 Subject: [PATCH] Remove unused variable Statistics commands --- src/client/commands/statistics.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/commands/statistics.ts b/src/client/commands/statistics.ts index f33be1b..636be21 100644 --- a/src/client/commands/statistics.ts +++ b/src/client/commands/statistics.ts @@ -13,7 +13,6 @@ export default { ephemeral: true }); - let stations = client.stations; let currentGuild = client.datastore?.getEntry(interaction.guild.id); let global = client.datastore?.getEntry("global"); let statistics = "";