mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 18:39:35 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class BronySpeakCommand extends Command {
|
||||
group: 'text-edit',
|
||||
memberName: 'brony-speak',
|
||||
description: 'Converts text to brony speak.',
|
||||
credit: [
|
||||
{
|
||||
name: 'My Little Pony: Friendship is Magic',
|
||||
url: 'https://mylittlepony.hasbro.com/en-us'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -7,6 +7,12 @@ module.exports = class LatlmesCommand extends Command {
|
||||
group: 'text-edit',
|
||||
memberName: 'latlmes',
|
||||
description: 'Creates a Latlmes fake link that redirects to a rickroll.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Latlmes',
|
||||
url: 'https://www.latlmes.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'section',
|
||||
|
||||
@@ -8,6 +8,12 @@ module.exports = class LMGTFYCommand extends Command {
|
||||
group: 'text-edit',
|
||||
memberName: 'lmgtfy',
|
||||
description: 'Creates a LMGTFY link with the query you provide.',
|
||||
credit: [
|
||||
{
|
||||
name: 'LMGTFY',
|
||||
url: 'https://lmgtfy.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'query',
|
||||
|
||||
@@ -9,6 +9,12 @@ module.exports = class NobodyNameCommand extends Command {
|
||||
group: 'text-edit',
|
||||
memberName: 'nobody-name',
|
||||
description: 'Converts a name into the Organization XIII style.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Kingdom Hearts',
|
||||
url: 'https://www.kingdomhearts.com/home/us/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
@@ -10,6 +10,12 @@ module.exports = class ShortenURLCommand extends Command {
|
||||
group: 'text-edit',
|
||||
memberName: 'shorten-url',
|
||||
description: 'Creates a goo.gl short URL from another URL.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Google URL Shortener API',
|
||||
url: 'https://developers.google.com/url-shortener/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'url',
|
||||
|
||||
@@ -10,6 +10,12 @@ module.exports = class TemmieCommand extends Command {
|
||||
group: 'text-edit',
|
||||
memberName: 'temmie',
|
||||
description: 'Converts text to Temmie speak.',
|
||||
credit: [
|
||||
{
|
||||
name: 'UNDERTALE',
|
||||
url: 'https://undertale.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
@@ -15,6 +15,12 @@ module.exports = class TranslateCommand extends Command {
|
||||
description: 'Translates text to a specific language.',
|
||||
details: `**Codes:** ${Object.keys(codes).join(', ')}`,
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Yandex.Translate API',
|
||||
url: 'https://tech.yandex.com/translate/doc/dg/reference/translate-docpage/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
@@ -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