Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이세린
/
anxietymanager
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-07 03:02:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7975770bd182a1da6cf0de7706df64717dde77c
b7975770
1 parent
2c13e413
--no commit message
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
main.js
main.js
View file @
b797577
...
...
@@ -17,7 +17,6 @@ client.em = require("./util/embed");
client
.
db
=
require
(
'quick.db'
);
// Command Handler
client
.
commands
=
new
Discord
.
Collection
();
const
commandFiles
=
fs
.
readdirSync
(
'./commands'
).
filter
(
file
=>
file
.
endsWith
(
'.js'
));
...
...
@@ -29,7 +28,6 @@ for(const file of commandFiles){
}
//Ready check
client
.
once
(
'ready'
,
()
=>
{
console
.
log
([...
client
.
commands
])
console
.
log
(
`anxietymanager is online.`
)
...
...
Please
register
or
login
to post a comment