Overhaul how credit works, change lots of images
@@ -34,7 +34,7 @@ client.registry
|
||||
['nsfw', 'NSFW'],
|
||||
['other', 'Other'],
|
||||
['roleplay', 'Roleplay'],
|
||||
['owner', 'Owner-Only']
|
||||
['readme', 'README Generators']
|
||||
])
|
||||
.registerDefaultCommands({
|
||||
help: false,
|
||||
|
||||
|
After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 750 KiB After Width: | Height: | Size: 431 KiB |
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 286 KiB |
@@ -19,7 +19,9 @@ module.exports = class FaceCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Face++ Cognitive Services',
|
||||
url: 'https://www.faceplusplus.com/'
|
||||
url: 'https://www.faceplusplus.com/',
|
||||
reason: 'Face Detection API',
|
||||
reasonURL: 'https://www.faceplusplus.com/face-detection/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = class GenderCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Genderize.io',
|
||||
url: 'https://genderize.io/'
|
||||
url: 'https://genderize.io/',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,8 +12,10 @@ module.exports = class ReadQRCodeCommand extends Command {
|
||||
description: 'Reads a QR Code.',
|
||||
credit: [
|
||||
{
|
||||
name: 'QR Code Generator\'s QR code API',
|
||||
url: 'http://goqr.me/api/'
|
||||
name: 'goQR.me',
|
||||
url: 'http://goqr.me/',
|
||||
reason: 'QR code API',
|
||||
reasonURL: 'http://goqr.me/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,8 +12,10 @@ module.exports = class ScrabbleScoreCommand extends Command {
|
||||
description: 'Responds with the scrabble score of a word.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Scrabble',
|
||||
url: 'https://scrabble.hasbro.com/en-us'
|
||||
name: 'Hasbro',
|
||||
url: 'https://shop.hasbro.com/en-us',
|
||||
reason: 'Original Scrabble Game',
|
||||
reasonURL: 'https://scrabble.hasbro.com/en-us'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -13,7 +13,8 @@ module.exports = class SevereToxicityCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Perspective API',
|
||||
url: 'https://www.perspectiveapi.com/#/'
|
||||
url: 'https://www.perspectiveapi.com/#/',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -13,7 +13,8 @@ module.exports = class ToxicityCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Perspective API',
|
||||
url: 'https://www.perspectiveapi.com/#/'
|
||||
url: 'https://www.perspectiveapi.com/#/',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -14,7 +14,9 @@ module.exports = class WhatAnimeCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'WAIT: What Anime Is This?',
|
||||
url: 'https://trace.moe/'
|
||||
url: 'https://trace.moe/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://soruly.github.io/trace.moe/#/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -17,9 +17,16 @@ module.exports = class BobRossCommand extends Command {
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Know Your Meme',
|
||||
url: 'https://knowyourmeme.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://knowyourmeme.com/photos/1160348'
|
||||
},
|
||||
{
|
||||
name: 'Bob Ross',
|
||||
url: 'https://www.bobross.com/'
|
||||
url: 'https://www.bobross.com/',
|
||||
reason: 'Himself'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,8 +19,16 @@ module.exports = class ChallengerCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Super Smash Bros.',
|
||||
url: 'https://www.smashbros.com/en_US/index.html'
|
||||
name: 'Jack The Awesomeness Gamer',
|
||||
url: 'https://www.youtube.com/channel/UCIeA23B91hAeR1UuC2VDSdQ',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://www.youtube.com/watch?v=3FebRrXg0bk'
|
||||
},
|
||||
{
|
||||
name: 'Nintendo',
|
||||
url: 'https://www.nintendo.com/',
|
||||
reason: 'Original "Super Smash Bros." Game',
|
||||
reasonURL: 'https://www.smashbros.com/en_US/index.html'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -17,8 +17,9 @@ module.exports = class DexterCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Pokémon TV',
|
||||
url: 'https://www.pokemon.com/us/pokemon-episodes/'
|
||||
name: 'Pokémon',
|
||||
url: 'https://www.pokemon.com/us/',
|
||||
reason: 'Image, Original Anime'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -20,32 +20,74 @@ module.exports = class HatCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ClipArtHut',
|
||||
url: 'http://www.cliparthut.com/'
|
||||
name: 'Go Nintendo',
|
||||
url: 'https://gonintendo.com/',
|
||||
reason: 'Ash Hat Image',
|
||||
reasonURL: 'https://gonintendo.com/stories/306292-nintendo-creatures-game-freak-grab-another-trademark-for-ash-s-ha'
|
||||
},
|
||||
{
|
||||
name: 'PNG Arts',
|
||||
url: 'https://www.pngarts.com/'
|
||||
name: 'freeiconspng.com',
|
||||
url: 'https://www.freeiconspng.com/',
|
||||
reason: 'Birthday Hat Image',
|
||||
reasonURL: 'https://www.freeiconspng.com/img/43917'
|
||||
},
|
||||
{
|
||||
name: 'misskatecuttables.com',
|
||||
url: 'https://www.misskatecuttables.com/'
|
||||
name: 'Know Your Meme',
|
||||
url: 'https://knowyourmeme.com/',
|
||||
reason: 'Christmas Hat Image',
|
||||
reasonURL: 'https://knowyourmeme.com/forums/just-for-fun/topics/24821-christmas-hat-thread'
|
||||
},
|
||||
{
|
||||
name: 'WorldArtsMe',
|
||||
url: 'http://worldartsme.com/'
|
||||
name: 'DeviantArt - xertris',
|
||||
url: 'https://www.deviantart.com/xertris',
|
||||
reason: 'Dunce Hat Image',
|
||||
reasonURL: 'https://www.deviantart.com/xertris/art/Dunce-Cap-634349483'
|
||||
},
|
||||
{
|
||||
name: 'PinClipart',
|
||||
url: 'https://www.pinclipart.com/'
|
||||
name: 'Clipart Library',
|
||||
url: 'http://clipart-library.com/',
|
||||
reason: 'Leprechaun Hat Image',
|
||||
reasonURL: 'http://clipart-library.com/clipart/1107361.htm'
|
||||
},
|
||||
{
|
||||
name: 'RedBubble - Akbar Mna',
|
||||
url: 'https://www.redbubble.com/en/people/akbarmna/shop'
|
||||
url: 'https://www.redbubble.com/en/people/akbarmna/shop',
|
||||
reason: 'Megumin Hat Image',
|
||||
reasonURL: 'https://www.redbubble.com/people/akbarmna/works/25443591-megumins-hat-minimalistic?p=poster'
|
||||
},
|
||||
{
|
||||
name: 'Gallery Yopriceville',
|
||||
url: 'https://gallery.yopriceville.com/',
|
||||
reason: 'Pilgrim Hat Image',
|
||||
reasonURL: 'https://gallery.yopriceville.com/Free-Clipart-Pictures/Thanksgiving-PNG/Transparent_Brown_Pilgrim_Hat_PNG_Clipart'
|
||||
},
|
||||
{
|
||||
name: 'DynamicPickaxe',
|
||||
url: 'http://dynamicpickaxe.com/',
|
||||
reason: 'Pirate Hat Image',
|
||||
reasonURL: 'http://dynamicpickaxe.com/pirate-hat-clipart.html'
|
||||
},
|
||||
{
|
||||
name: 'ClipartsFree',
|
||||
url: 'https://www.clipartsfree.net/',
|
||||
reason: 'Top Hat Image',
|
||||
reasonURL: 'https://www.clipartsfree.net/clipart/51355-gray-top-hat-clipart.html'
|
||||
},
|
||||
{
|
||||
name: 'KissClipart.com',
|
||||
url: 'https://www.kissclipart.com/',
|
||||
reason: 'Witch Hat Image',
|
||||
reasonURL: 'https://www.kissclipart.com/halloween-witch-hat-clipart-witch-hat-clip-art-qfycyt/'
|
||||
},
|
||||
{
|
||||
name: 'Pokémon',
|
||||
url: 'https://www.pokemon.com/us/',
|
||||
reason: 'Ash Hat Original Anime'
|
||||
},
|
||||
{
|
||||
name: 'KONOSUBA -God\'s blessing on this wonderful world!',
|
||||
url: 'http://konosuba.com/'
|
||||
url: 'http://konosuba.com/',
|
||||
reason: 'Megumin Hat Original Anime'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,8 +19,10 @@ module.exports = class HeLivesInYouCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'The Lion King',
|
||||
url: 'https://movies.disney.com/the-lion-king'
|
||||
name: 'Disney',
|
||||
url: 'https://www.disney.com/',
|
||||
reason: 'Image, Original "The Lion King" Movie',
|
||||
reasonURL: 'https://movies.disney.com/the-lion-king'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -20,7 +20,9 @@ module.exports = class HeartsCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Jessica Knable',
|
||||
url: 'https://picsart.com/jessicaknable'
|
||||
url: 'https://picsart.com/u/jessicaknable',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://picsart.com/i/sticker-hearts-heart-borders-frames-round-frame-border-love-263412201018212'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,8 @@ module.exports = class IHaveThePowerCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Mattel',
|
||||
url: 'https://www.mattel.com/en-us'
|
||||
url: 'https://www.mattel.com/en-us',
|
||||
reason: 'Image, Original "He-Man" Show'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,10 @@ module.exports = class LookAtThisPhotographCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Nickelback - Photograph',
|
||||
url: 'https://www.youtube.com/watch?v=BB0DU4DoPP4'
|
||||
name: 'Nickelback',
|
||||
url: 'https://www.nickelback.com/',
|
||||
reason: 'Image, Original "Photograph" Music Video',
|
||||
reasonURL: 'https://www.youtube.com/watch?v=BB0DU4DoPP4'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -17,9 +17,16 @@ module.exports = class LookWhatKarenHaveCommand extends Command {
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Know Your Meme',
|
||||
url: 'https://knowyourmeme.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://knowyourmeme.com/photos/1047091-kin-iro-mosaic-kinmoza'
|
||||
},
|
||||
{
|
||||
name: 'KINMOZA!',
|
||||
url: 'http://www.kinmosa.com/'
|
||||
url: 'http://www.kinmosa.com/',
|
||||
reason: 'Original Anime'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -20,7 +20,9 @@ module.exports = class RipCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'vician',
|
||||
url: 'https://www.123rf.com/profile_vician'
|
||||
url: 'https://www.123rf.com/profile_vician',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://www.123rf.com/profile_vician?mediapopup=13181623'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,9 @@ module.exports = class SipCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'CoolClips.com',
|
||||
url: 'http://search.coolclips.com/'
|
||||
url: 'http://search.coolclips.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'http://search.coolclips.com/m/vector/hand0007/Hands-holding-mug/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -22,15 +22,21 @@ module.exports = class SteamCardCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Steam',
|
||||
url: 'https://store.steampowered.com/'
|
||||
url: 'https://store.steampowered.com/',
|
||||
reason: 'Original Design',
|
||||
reasonURL: 'https://steamcommunity.com/tradingcards/'
|
||||
},
|
||||
{
|
||||
name: 'SinKillerJ Tachikawa',
|
||||
url: 'https://www.deviantart.com/sinkillerj'
|
||||
url: 'https://www.deviantart.com/sinkillerj',
|
||||
reason: 'Template',
|
||||
reasonURL: 'https://www.deviantart.com/sinkillerj/art/Steam-Trading-Card-Template-GIMP-372156984'
|
||||
},
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -23,11 +23,14 @@ module.exports = class SteamNowPlayingClassicCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Steam',
|
||||
url: 'https://store.steampowered.com/'
|
||||
url: 'https://store.steampowered.com/',
|
||||
reason: 'Original Design'
|
||||
},
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -23,11 +23,14 @@ module.exports = class SteamNowPlayingCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Steam',
|
||||
url: 'https://store.steampowered.com/'
|
||||
url: 'https://store.steampowered.com/',
|
||||
reason: 'Original Design'
|
||||
},
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -22,8 +22,10 @@ module.exports = class TriggeredCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'NotAWeebDev/Misaki',
|
||||
url: 'https://github.com/NotAWeebDev/Misaki'
|
||||
name: 'NotAWeebDev',
|
||||
url: 'https://github.com/NotAWeebDev/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://github.com/NotAWeebDev/Misaki/blob/2e44f9efb467028dcbae5a2c9f836d2e99860b85/assets/images/plate_triggered.png'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -20,7 +20,9 @@ module.exports = class WantedCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Tim\'s Printables',
|
||||
url: 'https://www.timvandevall.com/'
|
||||
url: 'https://www.timvandevall.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://www.pinterest.com/pin/365002744774849370/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,10 @@ module.exports = class YuGiOhTokenCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Yu-Gi-Oh! Trading Card Game',
|
||||
url: 'https://www.yugioh-card.com/en/'
|
||||
name: 'Konami',
|
||||
url: 'https://www.konami.com/en/',
|
||||
reason: 'Image, Original "Yu-Gi-Oh!" Game',
|
||||
reasonURL: 'https://www.yugioh-card.com/en/',
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -15,8 +15,10 @@ module.exports = class ApodCommand extends Command {
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Astronomy Picture of the Day',
|
||||
url: 'https://apod.nasa.gov/apod/astropix.html'
|
||||
name: 'NASA',
|
||||
url: 'https://www.nasa.gov/',
|
||||
reason: 'APOD API',
|
||||
reasonURL: 'https://api.nasa.gov/'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -13,8 +13,10 @@ module.exports = class CalendarCommand extends Command {
|
||||
description: 'Responds with today\'s holidays.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Google Calendar API',
|
||||
url: 'https://developers.google.com/calendar/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Calendar API',
|
||||
reasonURL: 'https://developers.google.com/calendar/'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -12,7 +12,9 @@ module.exports = class DoomsdayClockCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Bulletin of the Atomic Scientists',
|
||||
url: 'https://thebulletin.org/'
|
||||
url: 'https://thebulletin.org/',
|
||||
reason: 'Doomsday Clock Data',
|
||||
reasonURL: 'https://thebulletin.org/doomsday-clock/current-time/'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -7,7 +7,14 @@ module.exports = class FridayThe13thCommand extends Command {
|
||||
aliases: ['friday-13th', 'friday-13', 'friday-the-13', 'friday-the-thirteenth', 'friday-thirteenth'],
|
||||
group: 'events',
|
||||
memberName: 'friday-the-13th',
|
||||
description: 'Determines if today is Friday the 13th.'
|
||||
description: 'Determines if today is Friday the 13th.',
|
||||
credit: [
|
||||
{
|
||||
name: 'r/IsTodayFridayThe13th',
|
||||
url: 'https://www.reddit.com/r/IsTodayFridayThe13th/',
|
||||
reason: 'Concept'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -12,8 +12,10 @@ module.exports = class GoogleDoodleCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Google Doodles',
|
||||
url: 'https://www.google.com/doodles'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Google Doodles API',
|
||||
reasonURL: 'https://www.google.com/doodles'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -16,8 +16,10 @@ module.exports = class HoroscopeCommand extends Command {
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'The Astrologer by Kelli Fox',
|
||||
url: 'https://new.theastrologer.com/'
|
||||
name: 'astrology.TV',
|
||||
url: 'https://astrology.tv/',
|
||||
reason: 'Horoscope Data',
|
||||
reasonURL: 'https://astrology.tv/horoscope/daily/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -13,7 +13,9 @@ module.exports = class HumbleBundleCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Humble Bundle',
|
||||
url: 'https://www.humblebundle.com/'
|
||||
url: 'https://www.humblebundle.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://www.humblebundle.com/developer'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -18,7 +18,14 @@ module.exports = class NekoAtsumePasswordCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Neko Atsume: Kitty Collector',
|
||||
url: 'http://nekoatsume.com/en/'
|
||||
url: 'http://nekoatsume.com/en/',
|
||||
reason: 'API, Original Game'
|
||||
},
|
||||
{
|
||||
name: 'jasmaa',
|
||||
url: 'https://github.com/jasmaa/',
|
||||
reason: 'API URL',
|
||||
reasonURL: 'https://github.com/jasmaa/nekoatsume-password-learner/blob/master/neko_pswd.py#L4'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -17,11 +17,13 @@ module.exports = class TimeCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'List of tz database time zones',
|
||||
url: 'https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'
|
||||
url: 'https://en.wikipedia.org/wiki/List_of_tz_database_time_zones',
|
||||
reason: 'Time Zone Data'
|
||||
},
|
||||
{
|
||||
name: 'Neopets',
|
||||
url: 'http://www.neopets.com/'
|
||||
url: 'http://www.neopets.com/',
|
||||
reason: 'Neopia Time Zone'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -14,7 +14,9 @@ module.exports = class TodayInHistoryCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'muffinlabs - Today in History',
|
||||
url: 'http://history.muffinlabs.com/'
|
||||
url: 'http://history.muffinlabs.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'http://history.muffinlabs.com/#api'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,16 +19,21 @@ module.exports = class AchievementCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Minecraft',
|
||||
url: 'https://www.minecraft.net/en-us/'
|
||||
name: 'Mojang',
|
||||
url: 'https://www.mojang.com/',
|
||||
reason: 'Original "Minecraft" Game',
|
||||
reasonURL: 'https://www.minecraft.net/en-us/',
|
||||
},
|
||||
{
|
||||
name: 'Minecraft Achievement Generator',
|
||||
url: 'https://www.minecraftskinstealer.com/achievement/'
|
||||
url: 'https://www.minecraftskinstealer.com/achievement/',
|
||||
reason: 'Image'
|
||||
},
|
||||
{
|
||||
name: 'Minecraftia Font',
|
||||
url: 'https://www.dafont.com/minecraftia.font'
|
||||
name: 'Andrew Tyler',
|
||||
url: 'https://www.dafont.com/andrew-tyler.d2526',
|
||||
reason: 'Minecraftia Font',
|
||||
reasonURL: 'https://www.dafont.com/minecraftia.font'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,9 @@ module.exports = class ApprovedCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Redeeming God',
|
||||
url: 'https://redeeminggod.com/'
|
||||
url: 'https://redeeminggod.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://redeeminggod.com/courses/gospel-dictionary/lessons/gospel-dictionary-approved/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -11,8 +11,10 @@ module.exports = class CreateQRCodeCommand extends Command {
|
||||
description: 'Converts text to a QR Code.',
|
||||
credit: [
|
||||
{
|
||||
name: 'QR Code Generator\'s QR code API',
|
||||
url: 'http://goqr.me/api/'
|
||||
name: 'goQR.me',
|
||||
url: 'http://goqr.me/',
|
||||
reason: 'QR code API',
|
||||
reasonURL: 'http://goqr.me/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,8 +19,10 @@ module.exports = class FireCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'susi1959 - PicMix',
|
||||
url: 'https://en.picmix.com/profile/susi1959'
|
||||
name: 'susi1959',
|
||||
url: 'https://en.picmix.com/profile/susi1959',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://en.picmix.com/stamp/FIRE-FRAME-ORANGE-cadre-feu-orange-360274'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,10 @@ module.exports = class FrameCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'PNG Arts',
|
||||
url: 'https://www.pngarts.com/'
|
||||
name: 'www.aljanh.net',
|
||||
url: 'http://www.aljanh.net/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'http://www.aljanh.net/frame-wallpapers/1508614706.html'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,7 +18,8 @@ module.exports = class IfunnyCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'iFunny',
|
||||
url: 'https://ifunny.co/'
|
||||
url: 'https://ifunny.co/',
|
||||
reason: 'Logo'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -14,12 +14,10 @@ module.exports = class MinecraftSkinCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Minecraft',
|
||||
url: 'https://www.minecraft.net/en-us/'
|
||||
},
|
||||
{
|
||||
name: 'Mojang API',
|
||||
url: 'https://wiki.vg/Mojang_API'
|
||||
name: 'Mojang',
|
||||
url: 'https://www.mojang.com/',
|
||||
reason: 'API, Original "Minecraft" Game',
|
||||
reasonURL: 'https://wiki.vg/Mojang_API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = class NewspaperCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'The Newspaper Clipping Generator',
|
||||
url: 'https://www.fodey.com/generators/newspaper/snippet.asp'
|
||||
url: 'https://www.fodey.com/generators/newspaper/snippet.asp',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -15,11 +15,13 @@ module.exports = class PokemonFusionCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Pokémon',
|
||||
url: 'https://www.pokemon.com/us/'
|
||||
url: 'https://www.pokemon.com/us/',
|
||||
reason: 'Original Game'
|
||||
},
|
||||
{
|
||||
name: 'Pokemon Fusion',
|
||||
url: 'https://pokemon.alexonsager.net/'
|
||||
url: 'https://pokemon.alexonsager.net/',
|
||||
reason: 'Images'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,10 @@ module.exports = class RejctedCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'People PNG',
|
||||
url: 'https://peoplepng.com/'
|
||||
name: 'Clipart Library',
|
||||
url: 'http://clipart-library.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'http://clipart-library.com/clipart/Rejected-Stamp-Transparent.htm'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = class RobohashCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'RoboHash',
|
||||
url: 'https://robohash.org/'
|
||||
url: 'https://robohash.org/',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -13,7 +13,8 @@ module.exports = class ShieldsIoBadgeCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Shields.io',
|
||||
url: 'https://shields.io/'
|
||||
url: 'https://shields.io/',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,9 @@ module.exports = class ThreeThousandYearsCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Pokémon X and Pokémon Y',
|
||||
url: 'https://www.pokemon.com/us/pokemon-video-games/pokemon-x-and-pokemon-y/'
|
||||
name: 'Pokémon',
|
||||
url: 'https://www.pokemon.com/us/',
|
||||
reason: 'Image, Original Game'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -23,8 +23,16 @@ module.exports = class BeLikeBillCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'gautamkrishnar',
|
||||
url: 'https://github.com/gautamkrishnar/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://github.com/gautamkrishnar/Be-Like-Bill'
|
||||
},
|
||||
{
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,14 @@ module.exports = class BeautifulCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Gravity Falls',
|
||||
url: 'https://disneynow.go.com/shows/gravity-falls'
|
||||
name: 'Disney',
|
||||
url: 'https://www.disney.com/',
|
||||
reason: 'Original "Gravity Falls" Show'
|
||||
},
|
||||
{
|
||||
name: 'Tatsumaki',
|
||||
url: 'https://tatsumaki.xyz/',
|
||||
reason: 'Image, Concept'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -17,8 +17,10 @@ module.exports = class CursedSpongeCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Spongebob Squarepants',
|
||||
url: 'https://www.nick.com/shows/spongebob-squarepants'
|
||||
name: 'Nickelodeon',
|
||||
url: 'https://www.nick.com/',
|
||||
reason: 'Image, Original "Spongebob Squarepants" Show',
|
||||
reasonURL: 'https://www.nick.com/shows/spongebob-squarepants'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -20,11 +20,14 @@ module.exports = class DearLiberalsCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Turning Point USA',
|
||||
url: 'https://www.tpusa.com/'
|
||||
url: 'https://www.tpusa.com/',
|
||||
reason: 'Image'
|
||||
},
|
||||
{
|
||||
name: 'Oswald Font',
|
||||
url: 'https://fonts.google.com/specimen/Oswald'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Oswald Font',
|
||||
reasonURL: 'https://fonts.google.com/specimen/Oswald'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -22,8 +22,10 @@ module.exports = class DemotivationalCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,9 @@ module.exports = class DistractedBoyfriendCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Antonio Guillem',
|
||||
url: 'http://antonioguillem.com/'
|
||||
url: 'http://antonioguillem.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://www.istockphoto.com/gb/photo/disloyal-man-with-his-girlfriend-looking-at-another-girl-gm493656728-77018851'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,10 @@ module.exports = class DrakepostingCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Drake - Hotline Bling',
|
||||
url: 'https://youtu.be/uxpDa-c-4Mc'
|
||||
name: 'Drake',
|
||||
url: 'https://drakeofficial.com/',
|
||||
reason: 'Original "Hotline Bling" Music Video',
|
||||
reasonURL: 'https://youtu.be/uxpDa-c-4Mc'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -20,7 +20,9 @@ module.exports = class FoodBrokeCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: '@liltusk',
|
||||
url: 'https://twitter.com/liltusk'
|
||||
url: 'https://twitter.com/liltusk',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://twitter.com/liltusk/status/835719948597137408'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,16 @@ module.exports = class GirlWorthFightingForCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Mulan',
|
||||
url: 'https://movies.disney.com/mulan'
|
||||
name: 'Disney',
|
||||
url: 'https://www.disney.com/',
|
||||
reason: 'Original "Mulan" Movie',
|
||||
reasonURL: 'https://movies.disney.com/mulan'
|
||||
},
|
||||
{
|
||||
name: 'u/SupremeMemesXD',
|
||||
url: 'https://www.reddit.com/user/SupremeMemesXD/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://www.reddit.com/r/MemeTemplatesOfficial/comments/8h39vi/girl_worth_fighting_for_template/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -22,12 +22,16 @@ module.exports = class GruPlanCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Despicable Me',
|
||||
url: 'http://www.despicable.me/'
|
||||
name: 'Illumination',
|
||||
url: 'http://www.illumination.com/',
|
||||
reason: 'Original "Despicable Me" Movie',
|
||||
reasonURL: 'http://www.despicable.me/'
|
||||
},
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -22,11 +22,14 @@ module.exports = class IllegalCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Donald J. Trump',
|
||||
url: 'https://www.donaldjtrump.com/'
|
||||
url: 'https://www.donaldjtrump.com/',
|
||||
reason: 'Himself, Image'
|
||||
},
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,14 @@ module.exports = class KyonGunCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'The Melancholy of Haruhi Suzumiya',
|
||||
url: 'http://www.haruhi.tv/'
|
||||
url: 'http://www.haruhi.tv/',
|
||||
reason: 'Original Anime'
|
||||
},
|
||||
{
|
||||
name: 'Know Your Meme',
|
||||
url: 'https://knowyourmeme.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://knowyourmeme.com/photos/217992-endless-eight-kyon-kun-denwa'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -21,12 +21,16 @@ module.exports = class LisaPresentationCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'The Simpsons',
|
||||
url: 'http://www.simpsonsworld.com/'
|
||||
name: '20th Century Fox',
|
||||
url: 'https://www.foxmovies.com/',
|
||||
reason: 'Image, Original "The Simpsons" Show',
|
||||
reasonURL: 'http://www.simpsonsworld.com/'
|
||||
},
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -20,8 +20,10 @@ module.exports = class MemeGenCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Impact Font',
|
||||
url: 'https://www.wfonts.com/font/impact'
|
||||
name: 'ShareFonts.net',
|
||||
url: 'https://www.wfonts.com/',
|
||||
reason: 'Impact Font',
|
||||
reasonURL: 'https://www.wfonts.com/font/impact'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -21,8 +21,10 @@ module.exports = class NewPasswordCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -23,11 +23,14 @@ module.exports = class NikeAdCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Nike',
|
||||
url: 'https://www.nike.com/'
|
||||
url: 'https://www.nike.com/',
|
||||
reason: 'Logo, Concept'
|
||||
},
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -22,12 +22,16 @@ module.exports = class PlanktonPlanCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Spongebob',
|
||||
url: 'https://www.nick.com/shows/spongebob-squarepants'
|
||||
name: 'Nickelodeon',
|
||||
url: 'https://www.nick.com/',
|
||||
reason: 'Image, Original "Spongebob Squarepants" Show',
|
||||
reasonURL: 'https://www.nick.com/shows/spongebob-squarepants'
|
||||
},
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -17,8 +17,16 @@ module.exports = class SoraSelfieCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Kingdom Hearts',
|
||||
url: 'https://www.kingdomhearts.com/home/us/'
|
||||
name: 'Square Enix',
|
||||
url: 'https://square-enix-games.com/',
|
||||
reason: 'Original "Kingdom Hearts" Game',
|
||||
reasonURL: 'https://www.kingdomhearts.com/home/us/'
|
||||
},
|
||||
{
|
||||
name: '@Candasaurus',
|
||||
url: 'https://twitter.com/Candasaurus',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://twitter.com/Candasaurus/status/1041946636656599045'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -21,12 +21,16 @@ module.exports = class SpongebobBurnCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Spongebob',
|
||||
url: 'https://www.nick.com/shows/spongebob-squarepants'
|
||||
name: 'Nickelodeon',
|
||||
url: 'https://www.nick.com/',
|
||||
reason: 'Image, Original "Spongebob Squarepants" Show',
|
||||
reasonURL: 'https://www.nick.com/shows/spongebob-squarepants'
|
||||
},
|
||||
{
|
||||
name: 'Google Noto Fonts',
|
||||
url: 'https://www.google.com/get/noto/'
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
reason: 'Noto Font',
|
||||
reasonURL: 'https://www.google.com/get/noto/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,9 @@ module.exports = class ThugLifeCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'pngimg.com',
|
||||
url: 'https://pngimg.com/'
|
||||
url: 'https://pngimg.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'http://pngimg.com/download/58231'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,8 @@ module.exports = class ToBeContinuedCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'JoJo\'s Bizzare Adventure',
|
||||
url: 'http://www.araki-jojo.com/'
|
||||
url: 'http://www.araki-jojo.com/',
|
||||
reason: 'Original Anime'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,14 @@ module.exports = class UltimateTattooCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Deathbulge',
|
||||
url: 'http://deathbulge.com/comics'
|
||||
url: 'http://deathbulge.com/comics',
|
||||
reason: 'Image',
|
||||
reasonURL: 'http://deathbulge.com/comics/114'
|
||||
},
|
||||
{
|
||||
name: 'YorkAARGH',
|
||||
url: 'https://github.com/YorkAARGH',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,8 @@ module.exports = class VietnamFlashbacksCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Horst Faas',
|
||||
url: 'https://en.wikipedia.org/wiki/Horst_Faas'
|
||||
url: 'https://en.wikipedia.org/wiki/Horst_Faas',
|
||||
reason: 'Image'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,9 @@ module.exports = class WorthlessCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Gravity Falls',
|
||||
url: 'https://disneynow.go.com/shows/gravity-falls'
|
||||
name: 'Disney',
|
||||
url: 'https://www.disney.com/',
|
||||
reason: 'Original "Gravity Falls" Show'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -11,7 +11,8 @@ module.exports = class BalloonPopCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'PAC-MAN Party',
|
||||
url: 'http://pacman.com/en/pac-man-games/pac-man-party'
|
||||
url: 'http://pacman.com/en/pac-man-games/pac-man-party',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -13,6 +13,13 @@ module.exports = class EmojiEmojiRevolutionCommand extends Command {
|
||||
memberName: 'emoji-emoji-revolution',
|
||||
description: 'Can you type arrow emoji faster than anyone else has ever typed them before?',
|
||||
guildOnly: true,
|
||||
credit: [
|
||||
{
|
||||
name: 'Dance Dance Revolution',
|
||||
url: 'https://www.ddrgame.com/',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'opponent',
|
||||
|
||||
@@ -10,7 +10,13 @@ module.exports = class MafiaCommand extends Command {
|
||||
group: 'mp-games',
|
||||
memberName: 'mafia',
|
||||
description: 'Who is the Mafia? Who is the detective? Will the Mafia kill them all?',
|
||||
guildOnly: true
|
||||
guildOnly: true,
|
||||
credit: [
|
||||
{
|
||||
name: 'TheMicroKill#9052',
|
||||
reason: 'Voice Acting'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,9 @@ module.exports = class QuizDuelCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Open Trivia DB',
|
||||
url: 'https://opentdb.com/'
|
||||
url: 'https://opentdb.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://opentdb.com/api_config.php'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -16,8 +16,10 @@ module.exports = class WordChainCommand extends Command {
|
||||
guildOnly: true,
|
||||
credit: [
|
||||
{
|
||||
name: 'Moby Word Lists by Grady Ward',
|
||||
url: 'http://www.gutenberg.org/ebooks/3201'
|
||||
name: 'Grady Ward',
|
||||
url: 'https://en.wikipedia.org/wiki/Grady_Ward',
|
||||
reason: 'Moby Word Lists',
|
||||
reasonURL: 'http://www.gutenberg.org/ebooks/3201'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,8 @@ module.exports = class BrazzersCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Brazzers',
|
||||
url: 'https://www.brazzers.com/'
|
||||
url: 'https://www.brazzers.com/',
|
||||
reason: 'Logo'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -13,7 +13,8 @@ module.exports = class DanbooruCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Danbooru',
|
||||
url: 'https://danbooru.donmai.us/'
|
||||
url: 'https://danbooru.donmai.us/',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,8 +12,10 @@ module.exports = class FlickrCommand extends Command {
|
||||
nsfw: true,
|
||||
credit: [
|
||||
{
|
||||
name: 'Flickr API',
|
||||
url: 'https://www.flickr.com/services/api/'
|
||||
name: 'Flickr',
|
||||
url: 'https://www.flickr.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://www.flickr.com/services/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = class CurrencyCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Foreign exchange rates API',
|
||||
url: 'https://exchangeratesapi.io/'
|
||||
url: 'https://exchangeratesapi.io/',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = class FinalGradeCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'RogerHub Final Grade Calculator',
|
||||
url: 'https://rogerhub.com/final-grade-calculator/'
|
||||
url: 'https://rogerhub.com/final-grade-calculator/',
|
||||
reason: 'Concept, Code'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,8 +12,10 @@ module.exports = class GravityCommand extends Command {
|
||||
details: `**Planets:** ${Object.keys(planets).join(', ')}`,
|
||||
credit: [
|
||||
{
|
||||
name: 'Planetary Fact Sheet - Ratio to Earth Values',
|
||||
url: 'https://nssdc.gsfc.nasa.gov/planetary/factsheet/planet_table_ratio.html'
|
||||
name: 'NASA',
|
||||
url: 'https://www.nasa.gov/',
|
||||
reason: 'Planet Gravity Data',
|
||||
reasonURL: 'https://nssdc.gsfc.nasa.gov/planetary/factsheet/planet_table_ratio.html'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -9,6 +9,13 @@ module.exports = class MathCommand extends Command {
|
||||
group: 'number-edit',
|
||||
memberName: 'math',
|
||||
description: 'Evaluates a math expression.',
|
||||
credit: [
|
||||
{
|
||||
name: 'mathjs',
|
||||
url: 'https://mathjs.org/',
|
||||
reason: 'Expression Parser'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'expression',
|
||||
|
||||
@@ -10,6 +10,13 @@ module.exports = class UnitsCommand extends Command {
|
||||
group: 'number-edit',
|
||||
memberName: 'units',
|
||||
description: 'Converts units to/from other units.',
|
||||
credit: [
|
||||
{
|
||||
name: 'mathjs',
|
||||
url: 'https://mathjs.org/',
|
||||
reason: 'Expression Parser'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'amount',
|
||||
|
||||
@@ -13,8 +13,10 @@ module.exports = class CleverbotCommand extends Command {
|
||||
description: 'Talk to Cleverbot.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Cleverbot API',
|
||||
url: 'https://www.cleverbot.com/api/'
|
||||
name: 'Cleverbot',
|
||||
url: 'https://www.cleverbot.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://www.cleverbot.com/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -13,6 +13,13 @@ module.exports = class RenameAllCommand extends Command {
|
||||
guildOnly: true,
|
||||
clientPermissions: ['MANAGE_NICKNAMES', 'CHANGE_NICKNAME'],
|
||||
userPermissions: ['ADMINISTRATOR'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Gawdl3y',
|
||||
url: 'https://github.com/Gawdl3y',
|
||||
reason: 'Concept'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'nickname',
|
||||
|
||||
@@ -12,8 +12,10 @@ module.exports = class StrawpollCommand extends Command {
|
||||
description: 'Generates a Strawpoll with the options you provide.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Straw Poll API',
|
||||
url: 'https://github.com/strawpoll/strawpoll/wiki/API'
|
||||
name: 'Straw Poll',
|
||||
url: 'https://www.strawpoll.me/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://github.com/strawpoll/strawpoll/wiki/API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -13,7 +13,9 @@ module.exports = class EightBallCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Mattel',
|
||||
url: 'https://www.mattelgames.com/games/en-us/kids/magic-8-ball'
|
||||
url: 'https://www.mattel.com/en-us',
|
||||
reason: 'Original Concept',
|
||||
reasonURL: 'https://www.mattelgames.com/games/en-us/kids/magic-8-ball'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,7 +12,9 @@ module.exports = class AdviceCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Advice Slip',
|
||||
url: 'https://adviceslip.com/'
|
||||
url: 'https://adviceslip.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://api.adviceslip.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||