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-18 23:50:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ccb54e73e7db5e026d817afbb972234115358c8
6ccb54e7
1 parent
c4ca9b98
Modify deploy-commands.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
deploy-commands.js
deploy-commands.js
View file @
6ccb54e
...
...
@@ -14,7 +14,7 @@ for (const file of commandFiles) {
const
command
=
require
(
`./commands/
${
file
}
`
);
commands
.
push
(
command
.
data
.
toJSON
());
}
const
rest
=
new
REST
({
version
:
"9"
}).
setToken
(
token
);
(
async
()
=>
{
...
...
Please
register
or
login
to post a comment