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-16 12:13:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e3ad88e1fd496577b2fc4bc1195c1946ba14ea5b
e3ad88e1
1 parent
afc4e28e
Foundation compass command for schedule information
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
commands/compass.js
commands/compass.js
0 → 100644
View file @
e3ad88e
const
{
SlashCommandBuilder
}
=
require
(
'@discordjs/builders'
);
const
{
MessageEmbed
}
=
require
(
'discord.js'
);
const
axois
=
require
(
'axios'
);
const
cheerio
=
require
(
'cheerio'
);
\ No newline at end of file
Please
register
or
login
to post a comment