mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-23 02:33:18 +00:00
Remove unused variable Statistics commands
This commit is contained in:
parent
2579549f0b
commit
b5caeb7cd3
@ -13,7 +13,6 @@ export default {
|
|||||||
ephemeral: true
|
ephemeral: true
|
||||||
});
|
});
|
||||||
|
|
||||||
let stations = client.stations;
|
|
||||||
let currentGuild = client.datastore?.getEntry(interaction.guild.id);
|
let currentGuild = client.datastore?.getEntry(interaction.guild.id);
|
||||||
let global = client.datastore?.getEntry("global");
|
let global = client.datastore?.getEntry("global");
|
||||||
let statistics = "";
|
let statistics = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user