mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class YodaCommand extends Command {
|
||||
group: 'text-edit',
|
||||
memberName: 'yoda',
|
||||
description: 'Converts text to Yoda speak.',
|
||||
credit: [
|
||||
{
|
||||
name: 'The Yoda-Speak Generator',
|
||||
url: 'https://www.yodaspeak.co.uk/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'sentence',
|
||||
|
||||
Reference in New Issue
Block a user