Skip to content

Commit

Permalink
🧪 remove un-needed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsalcido committed Dec 14, 2023
1 parent 4d506fc commit 621e2dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bot/discord/commands/dollar.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import {CommandInteraction, SlashCommandBuilder} from 'discord.js';
import {getBotMessage} from '../../../data/network';
import {DiscordCommand} from "./types";
import logger from "../../../logger";

export const data = new SlashCommandBuilder()
.setName('dolar')
.setDescription('Verificar precio del dolar en diferentes bancos')

export const execute = async (interaction: CommandInteraction) => {
logger.info("Executing command: dollar")
const message = await getBotMessage()
await interaction.reply(message)
}
Expand Down

0 comments on commit 621e2dc

Please sign in to comment.