Toggle navigation
Toggle navigation
This project
Loading...
Sign in
유병우
/
lostark-discord-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
남우성
2022-05-24 23:20:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
933584b3db16cf8ebed071ee08b9b4b3f6ac93b6
933584b3
1 parent
5e0feb74
Foundation stamp command
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
commands/stamp.js
commands/stamp.js
0 → 100644
View file @
933584b
const
{
SlashCommandBuilder
}
=
require
(
'@discordjs/builders'
);
const
{
MessageEmbed
}
=
require
(
'discord.js'
);
const
axios
=
require
(
"axios"
);
const
cheerio
=
require
(
"cheerio"
);
module
.
exports
=
{
data
:
new
SlashCommandBuilder
()
.
setName
(
'각인'
)
.
setDescription
(
'해당 클래스의 로아와 상위 50명의 각인세팅 통계 정보를 제공합니다.'
),
async
execute
(
interaction
){
}
}
\ No newline at end of file
Please
register
or
login
to post a comment