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