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-19 00:03:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
24311021cc4ee31640f067b264518198054b99a0
24311021
1 parent
5e0feb74
Import essential module for lospi command
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
commands/lospi.js
commands/lospi.js
0 → 100644
View file @
2431102
const
{
SlashCommandBuilder
}
=
require
(
'@discordjs/builders'
);
const
{
MessageEmbed
}
=
require
(
'discord.js'
);
const
axios
=
require
(
"axios"
);
const
cheerio
=
require
(
"cheerio"
);
\ No newline at end of file
Please
register
or
login
to post a comment