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 = "";