mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Credit Command
This commit is contained in:
@@ -8,7 +8,13 @@ module.exports = class AdviceCommand extends Command {
|
||||
aliases: ['advice-slip'],
|
||||
group: 'random',
|
||||
memberName: 'advice',
|
||||
description: 'Responds with a random bit of advice.'
|
||||
description: 'Responds with a random bit of advice.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Advice Slip',
|
||||
url: 'https://adviceslip.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user