mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 04:20:49 +00:00
Updated command aliases
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
name: "seek",
|
||||
alias: "none",
|
||||
alias: ["none"],
|
||||
usage: "<point in song (seconds)>",
|
||||
description: "Seek to a specific point in the currently playing song.",
|
||||
onlyDev: false,
|
||||
@ -33,4 +33,4 @@ module.exports = {
|
||||
client.funcs.end(client, msg, pos, command);
|
||||
}
|
||||
},
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user