유병우

Make description of mari command

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