Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f00f
Geike
Commits
14153eeb
Verified
Commit
14153eeb
authored
Dec 05, 2020
by
Luc Everse
Browse files
Increase inter-song interval to 2 seconds
parent
e1844416
Pipeline
#1624
passed with stage
in 6 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SongPlayer.js
View file @
14153eeb
...
...
@@ -117,7 +117,7 @@ export default class SongPlayer {
setTimeout
(()
=>
{
this
.
logger
.
log
(
`Song ended, continuing in radio mode in
${
channel
.
guild
}${
channel
}
`
);
this
.
play
(
channel
,
guild
).
catch
(
e
=>
this
.
logger
.
err
(
e
));
},
1
000
);
},
2
000
);
}
else
{
this
.
logger
.
log
(
`Song ended, disconnecting from
${
channel
.
guild
}${
channel
}
`
);
channel
.
leave
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment