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
092251b9
Verified
Commit
092251b9
authored
Dec 03, 2020
by
Luc Everse
Browse files
Move songlistsender out of the command dir
parent
72305009
Pipeline
#1621
passed with stage
in 9 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
command/
SongListSender.js
→
SongListSender.js
View file @
092251b9
import
Discord
from
"
discord.js
"
;
import
frequencies
from
'
.
.
/frequencies.js
'
;
import
frequencies
from
'
./frequencies.js
'
;
export
default
class
SongListSender
{
constructor
(
logger
,
client
)
{
...
...
geike2.js
View file @
092251b9
...
...
@@ -19,7 +19,7 @@ import NextSongCommand from './command/NextSongCommand.js';
import
RemoveSongCommand
from
'
./command/RemoveSongCommand.js
'
;
import
StopCommand
from
'
./command/StopCommand.js
'
;
import
HelpCommand
from
'
./command/HelpCommand.js
'
;
import
SongListSender
from
'
./
command/
SongListSender.js
'
;
import
SongListSender
from
'
./SongListSender.js
'
;
import
PlaylistCommand
from
'
./command/PlaylistCommand.js
'
;
import
SongFinder
from
'
./SongFinder.js
'
;
import
PlayOverrideCommand
from
'
./command/PlayOverrideCommand.js
'
;
...
...
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