Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박건희
/
emon_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
Minty U
2022-05-25 01:10:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4de6f0290c7666bf786aee1530752dd29dd311b0
4de6f029
1 parent
504e1df6
Delete TTS Function
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
Commands/TTS/temp3.a
index.js
Commands/TTS/temp3.a
deleted
100644 → 0
View file @
504e1df
File mode changed
index.js
View file @
4de6f02
...
...
@@ -11,7 +11,7 @@ client.once('ready', () => {
client
.
commands
=
new
Discord
.
Collection
();
client
.
aliases
=
new
Discord
.
Collection
();
client
.
category
=
[
'example'
,
'stationery'
,
'translate'
,
'
tts'
,
'
ocr'
];
client
.
category
=
[
'example'
,
'stationery'
,
'translate'
,
'ocr'
];
fs
.
readdirSync
(
"./Commands/"
).
forEach
(
dir
=>
{
const
Filter
=
fs
.
readdirSync
(
`./Commands/
${
dir
}
`
).
filter
(
f
=>
f
.
endsWith
(
".js"
));
...
...
Please
register
or
login
to post a comment