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 04:33:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
023ed60bfa1c5ef40f11542bb747ce231e3d238b
023ed60b
1 parent
156adcc1
minor changes, commit so I can rebase origin/master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
main.js
main.js
View file @
023ed60
...
...
@@ -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