Remove unused message variables in commands

This commit is contained in:
Christer Warén
2023-06-06 07:10:21 +03:00
parent c181066c67
commit 7ba5ee97a8
8 changed files with 3 additions and 9 deletions

View File

@@ -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({