mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class ToxicityCommand extends Command {
|
||||
group: 'analyze',
|
||||
memberName: 'toxicity',
|
||||
description: 'Determines the toxicity of text.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Perspective API',
|
||||
url: 'https://www.perspectiveapi.com/#/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
Reference in New Issue
Block a user