added skip
This commit is contained in:
@@ -5,6 +5,7 @@ import ping from "./ping"
|
||||
import play from "./play"
|
||||
import queue from "./queue"
|
||||
import resume from "./resume"
|
||||
import skip from "./skip"
|
||||
import stop from "./stop"
|
||||
|
||||
export const commands: { [key: string]: Command } = {
|
||||
@@ -16,5 +17,6 @@ export const commands: { [key: string]: Command } = {
|
||||
resume,
|
||||
stop,
|
||||
pause,
|
||||
skip,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user