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-29 12:51:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b8ac67d5ba28fbd123fe520f0075e64005dc6c61
b8ac67d5
1 parent
a392a4f2
Make description of mari command
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
commands/mari.js
commands/mari.js
0 → 100644
View file @
b8ac67d
const
{
SlashCommandBuilder
}
=
require
(
'@discordjs/builders'
);
const
{
MessageEmbed
,
MessageActionRow
,
MessageButton
}
=
require
(
'discord.js'
);
const
axios
=
require
(
"axios"
);
const
cheerio
=
require
(
"cheerio"
);
module
.
exports
=
{
data
:
new
SlashCommandBuilder
()
.
setName
(
'마리샵'
)
.
setDescription
(
'현재 마리샵과 이전, 전전의 마리샵의 정보를 조회합니다.'
),
async
execute
(
interaction
)
{
},
};
\ No newline at end of file
Please
register
or
login
to post a comment