유병우

Make description of mari command

const { SlashCommandBuilder } = require('@discordjs/builders');
const { MessageEmbed, MessageActionRow, MessageButton } = require('discord.js');
const axios = require("axios");
const cheerio = require("cheerio");
module.exports = {
data: new SlashCommandBuilder()
.setName('마리샵')
.setDescription('현재 마리샵과 이전, 전전의 마리샵의 정보를 조회합니다.'),
async execute(interaction) {
},
};
\ No newline at end of file