mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Credit Command
This commit is contained in:
@@ -6,7 +6,13 @@ module.exports = class GiveFlowerCommand extends Command {
|
||||
name: 'give-flower',
|
||||
group: 'single',
|
||||
memberName: 'give-flower',
|
||||
description: 'Gives Xiao Pai a flower.'
|
||||
description: 'Gives Xiao Pai a flower.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Rune Factory 4',
|
||||
url: 'http://www.runefactory4.com/index1.html'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user