mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-03-10 04:54:26 +00:00
Remove unused message variables in commands
This commit is contained in:
@@ -6,7 +6,6 @@ export default {
|
||||
description: 'List radio stations',
|
||||
category: 'radio',
|
||||
execute(interaction: ButtonInteraction | ChatInputCommandInteraction | StringSelectMenuInteraction, client: RadioClient) {
|
||||
let message: any = {};
|
||||
|
||||
if(!client.stations) {
|
||||
return interaction.reply({
|
||||
|
||||
Reference in New Issue
Block a user