mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +02:00
Credit Command
This commit is contained in:
@@ -11,6 +11,12 @@ module.exports = class CleverbotCommand extends Command {
|
||||
group: 'other',
|
||||
memberName: 'cleverbot',
|
||||
description: 'Talk to Cleverbot.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Cleverbot API',
|
||||
url: 'https://www.cleverbot.com/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
@@ -10,6 +10,12 @@ module.exports = class StrawpollCommand extends Command {
|
||||
group: 'other',
|
||||
memberName: 'strawpoll',
|
||||
description: 'Generates a Strawpoll with the options you provide.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Straw Poll API',
|
||||
url: 'https://github.com/strawpoll/strawpoll/wiki/API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'title',
|
||||
|
||||
Reference in New Issue
Block a user