mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 10:25:11 +02:00
Credit Command
This commit is contained in:
@@ -8,6 +8,12 @@ module.exports = class CowSayCommand extends Command {
|
||||
group: 'text-edit',
|
||||
memberName: 'cow-say',
|
||||
description: 'Makes a cow say your text.',
|
||||
credit: [
|
||||
{
|
||||
name: 'cowsay Online',
|
||||
url: 'http://cowsay.morecode.org/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
Reference in New Issue
Block a user