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
-1
View File
@@ -7,7 +7,6 @@ export default {
description: 'Show statistics',
category: 'info',
execute(interaction: ButtonInteraction | ChatInputCommandInteraction | StringSelectMenuInteraction, client: RadioClient) {
let message: any = {};
if(!interaction.guild) return interaction.reply({
content: client.messages.emojis["error"] + client.messages.maintenance,