Default music despacito
This commit is contained in:
parent
410dc82793
commit
e491aab80b
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ module.exports = class MusicCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'music',
|
name: 'music',
|
||||||
|
aliases: 'play',
|
||||||
group: 'fun',
|
group: 'fun',
|
||||||
memberName: 'music',
|
memberName: 'music',
|
||||||
description: 'Play youtube link in vocal',
|
description: 'Play youtube link in vocal',
|
||||||
|
@ -13,6 +14,7 @@ module.exports = class MusicCommand extends Command {
|
||||||
key: 'ytblink',
|
key: 'ytblink',
|
||||||
prompt: 'Wich Youtube link would you like to play?\nTo stop the bot just do "haha music stop"',
|
prompt: 'Wich Youtube link would you like to play?\nTo stop the bot just do "haha music stop"',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
default: 'https://www.youtube.com/watch?v=kJQP7kiw5Fk'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue