mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-09-02 10:06:39 +00:00
Remove unused message variables in commands
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user