mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-12-16 14:19:20 +00:00
Remove unused message variables in commands
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import RadioClient from "../../Client";
|
||||
import { command } from "../commands";
|
||||
|
||||
export default function check(client: RadioClient, interaction: any, command: command) {
|
||||
let message: any = {};
|
||||
|
||||
const radio = client.radio?.get(interaction.guild.id);
|
||||
if(!client.stations) {
|
||||
interaction.reply({
|
||||
|
||||
Reference in New Issue
Block a user