Credit Command

This commit is contained in:
Daniel Odendahl Jr
2019-04-14 00:03:38 +00:00
parent c8f74fddf7
commit 45c8d62dd5
189 changed files with 1314 additions and 39 deletions
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',