남우성

Foundation stamp command

1 +const { SlashCommandBuilder } = require('@discordjs/builders');
2 +const { MessageEmbed } = 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('해당 클래스의 로아와 상위 50명의 각인세팅 통계 정보를 제공합니다.'),
10 + async execute(interaction){
11 +
12 + }
13 +}
...\ No newline at end of file ...\ No newline at end of file