Showing
1 changed file
with
12 additions
and
0 deletions
commands/mari.js
0 → 100644
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 |
-
Please register or login to post a comment