mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-03-10 04:14:22 +00:00
Remove unused message variables in commands
This commit is contained in:
@@ -11,7 +11,6 @@ export default {
|
||||
description: 'Bot Maintenance',
|
||||
category: 'info',
|
||||
async execute(interaction: ButtonInteraction | ChatInputCommandInteraction | StringSelectMenuInteraction, client: RadioClient) {
|
||||
let message: any = {};
|
||||
|
||||
if(!client.funcs.isDev(client.config.devIDs, interaction.user.id)) return interaction.reply({
|
||||
content: client.messages.emojis["error"] + client.messages.notAllowed,
|
||||
|
||||
Reference in New Issue
Block a user