mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Credit Command
This commit is contained in:
@@ -7,7 +7,13 @@ module.exports = class JustDoItCommand extends Command {
|
||||
aliases: ['motivate'],
|
||||
group: 'single',
|
||||
memberName: 'just-do-it',
|
||||
description: 'Sends a link to the "Just Do It!" motivational speech.'
|
||||
description: 'Sends a link to the "Just Do It!" motivational speech.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Shia LaBeouf "Just Do It" Motivational Speech',
|
||||
url: 'https://www.youtube.com/watch?v=ZXsQAXx_ao0'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user