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-06-06 23:28:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
57546a9d2e463dae8d110dd056227b984ccac0db
57546a9d
1 parent
15b1588f
Create guide.js file
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
commands/compass.js
commands/guide.js
commands/compass.js
View file @
57546a9
...
...
@@ -23,7 +23,7 @@ module.exports = {
let
info_island
=
[];
let
info_contents
=
[];
let
All_contents
=
[
"유령선"
,
"카오스
게이트"
,
"필드 보스
"
];
let
All_contents
=
[
"유령선"
,
"카오스
게이트
"
];
const
$IslandList
=
$
(
"ul.today-quest-list"
).
children
(
"li.list"
);
const
$ContentList
=
$
(
"ul.item-list"
).
children
(
"li.list"
);
...
...
commands/guide.js
0 → 100644
View file @
57546a9
const
{
SlashCommandBuilder
}
=
require
(
'@discordjs/builders'
);
const
{
MessageEmbed
}
=
require
(
'discord.js'
);
const
axios
=
require
(
"axios"
);
const
cheerio
=
require
(
"cheerio"
);
module
.
exports
=
{
}
\ No newline at end of file
Please
register
or
login
to post a comment