diff --git a/assets/json/fidget.json b/assets/json/fidget.json index 86a8e1d6..43f590fa 100644 --- a/assets/json/fidget.json +++ b/assets/json/fidget.json @@ -1,16 +1,16 @@ [ - "https://i.imgur.com/P1QI7TO.png", - "https://i.imgur.com/xrjwSxi.jpg", - "https://i.imgur.com/Rer0yV3.jpg", - "https://i.imgur.com/tDvFFT3.png", - "https://i.imgur.com/2BhEkHy.jpg", - "https://i.imgur.com/FGRJINh.png", - "https://i.imgur.com/gusIoya.png", - "https://i.imgur.com/WuxRIhV.jpg", - "https://i.imgur.com/UXfjfwF.jpg", - "https://i.imgur.com/D0ksnk9.jpg", - "https://i.imgur.com/u7oS4YL.jpg", - "https://i.imgur.com/LCyFaks.jpg", - "https://i.imgur.com/9rhQ3Un.jpg", - "https://i.imgur.com/rk5A0Kl.png" + "https://i.imgur.com/O1PpKIM.png", + "https://i.imgur.com/UUDnevJ.jpg", + "https://i.imgur.com/8qTYRd7.png", + "https://i.imgur.com/g9QZRl3.jpg", + "https://i.imgur.com/OQMpY8c.jpg", + "https://i.imgur.com/e7rEjLA.jpg", + "https://i.imgur.com/2JrLfHP.png", + "https://i.imgur.com/q95iQIA.jpg", + "https://i.imgur.com/8oyH1nv.jpg", + "https://i.imgur.com/tDljuxk.png", + "https://i.imgur.com/s56bWfY.jpg", + "https://i.imgur.com/ycX6iOI.png", + "https://i.imgur.com/RixbWXs.jpg", + "https://i.imgur.com/J8V9v4Q.jpg" ] diff --git a/assets/json/xiao.json b/assets/json/xiao.json index 8e0f13ac..f6cff944 100644 --- a/assets/json/xiao.json +++ b/assets/json/xiao.json @@ -1,17 +1,17 @@ [ - "https://i.imgur.com/Nh2LjC2.jpg", - "https://i.imgur.com/PC2ONfo.jpg", - "https://i.imgur.com/RHJpMsq.jpg", - "https://i.imgur.com/ufLAjPy.jpg", - "https://i.imgur.com/q4FcJAh.jpg", - "https://i.imgur.com/86wDaxo.png", - "https://i.imgur.com/ZziLhLt.jpg", - "https://i.imgur.com/wc5Zl0q.png", - "https://i.imgur.com/eHpScR2.jpg", - "https://i.imgur.com/Nj5N9Qp.png", - "https://i.imgur.com/5us5NJV.jpg", - "https://i.imgur.com/wer5YR0.jpg", - "https://i.imgur.com/mVtyf33.jpg", - "https://i.imgur.com/js8AJMo.jpg", - "https://i.imgur.com/c60iG3E.png" + "https://i.imgur.com/qZYuM84.jpg", + "https://i.imgur.com/shfH7Rn.png", + "https://i.imgur.com/wneFRY7.jpg", + "https://i.imgur.com/MpQgKHU.jpg", + "https://i.imgur.com/guJ29wp.png", + "https://i.imgur.com/a4TsRS1.jpg", + "https://i.imgur.com/w2rmDfM.jpg", + "https://i.imgur.com/DyW1DJ0.jpg", + "https://i.imgur.com/iB6durw.png", + "https://i.imgur.com/hstWdiN.jpg", + "https://i.imgur.com/HLJXkQk.jpg", + "https://i.imgur.com/x8cA0Mw.jpg", + "https://i.imgur.com/8WdAvPk.jpg", + "https://i.imgur.com/RFSSvbE.jpg", + "https://i.imgur.com/Ih2Fbbh.png" ] diff --git a/commands/random-res/new-york-times.js b/commands/random-res/new-york-times.js index e9968a5c..bef9cadf 100644 --- a/commands/random-res/new-york-times.js +++ b/commands/random-res/new-york-times.js @@ -37,7 +37,7 @@ module.exports = class NewYorkTimesCommand extends Command { const data = body.response.docs[Math.floor(Math.random() * body.response.docs.length)]; const embed = new MessageEmbed() .setColor(0xF6F6F6) - .setAuthor('New York Times', 'https://i.imgur.com/trXljtY.png') + .setAuthor('New York Times', 'https://i.imgur.com/ZbuTWwO.png') .setURL(data.web_url) .setTitle(data.headline.main) .setDescription(data.snippet) diff --git a/commands/random/dark-theme-light-theme.js b/commands/random/dark-theme-light-theme.js new file mode 100644 index 00000000..871a3680 --- /dev/null +++ b/commands/random/dark-theme-light-theme.js @@ -0,0 +1,18 @@ +const Command = require('../../structures/Command'); + +module.exports = class SpamCommand extends Command { + constructor(client) { + super(client, { + name: 'dark-theme-light-theme', + aliases: ['light-theme-dark-theme', 'dark-theme', 'light-theme'], + group: 'random', + memberName: 'dark-theme-light-theme', + description: 'Determines whether you use dark or light theme.', + clientPermissions: ['ATTACH_FILES'] + }); + } + + run(msg) { + return msg.say({ files: ['https://i.imgur.com/k0G7sZL.png'] }); + } +}; diff --git a/commands/random/eat-pant.js b/commands/random/eat-pant.js index 03305336..1beba727 100644 --- a/commands/random/eat-pant.js +++ b/commands/random/eat-pant.js @@ -12,6 +12,6 @@ module.exports = class EatPantCommand extends Command { } run(msg) { - return msg.say({ files: ['https://i.imgur.com/9zWcsXx.jpg'] }); + return msg.say({ files: ['https://i.imgur.com/sSmhvxt.jpg'] }); } }; diff --git a/commands/random/its-joke.js b/commands/random/its-joke.js index 41b59f80..397d4d87 100644 --- a/commands/random/its-joke.js +++ b/commands/random/its-joke.js @@ -12,6 +12,6 @@ module.exports = class ItsJokeCommand extends Command { } run(msg) { - return msg.say({ files: ['https://i.imgur.com/Gmsx9Ma.jpg'] }); + return msg.say({ files: ['https://i.imgur.com/NwKdpKK.jpg'] }); } }; diff --git a/commands/random/spam.js b/commands/random/spam.js index 366ee1b9..15da046e 100644 --- a/commands/random/spam.js +++ b/commands/random/spam.js @@ -12,6 +12,6 @@ module.exports = class SpamCommand extends Command { } run(msg) { - return msg.say({ files: ['https://i.imgur.com/arx7GJV.jpg'] }); + return msg.say({ files: ['https://i.imgur.com/Az9IrXY.jpg'] }); } }; diff --git a/commands/roleplay/break-up.js b/commands/roleplay/break-up.js index bd2c9087..323a28f4 100644 --- a/commands/roleplay/break-up.js +++ b/commands/roleplay/break-up.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/IgvLWaa.gif', - 'https://i.imgur.com/ExSXiIP.gif', - 'https://i.imgur.com/z35hyC8.gif', - 'https://i.imgur.com/i9VAxiV.gif', - 'https://i.imgur.com/dvDwVom.gif' + 'https://i.imgur.com/1e6QRWk.gif', + 'https://i.imgur.com/hyteoA9.gif', + 'https://i.imgur.com/wT6357t.gif', + 'https://i.imgur.com/gyewxtI.gif', + 'https://i.imgur.com/rjcbrWc.gif' ]; module.exports = class BreakUpCommand extends Command { diff --git a/commands/roleplay/cuddle.js b/commands/roleplay/cuddle.js index a09771de..2a9f66f7 100644 --- a/commands/roleplay/cuddle.js +++ b/commands/roleplay/cuddle.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/mpi3pwu.gif', - 'https://i.imgur.com/0yAIWbg.gif', - 'https://i.imgur.com/xQPBSIs.gif', - 'https://i.imgur.com/O4K8Bj4.gif', - 'https://i.imgur.com/eBWR5vJ.gif' + 'https://i.imgur.com/JbkXFWy.gif', + 'https://i.imgur.com/LEVJfhI.gif', + 'https://i.imgur.com/WaJDnnS.gif', + 'https://i.imgur.com/wu4Xkpg.gif', + 'https://i.imgur.com/yAqf997.gif' ]; module.exports = class CuddleCommand extends Command { diff --git a/commands/roleplay/eat.js b/commands/roleplay/eat.js index cbb91dfb..707fa178 100644 --- a/commands/roleplay/eat.js +++ b/commands/roleplay/eat.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/O7FQ5kz.gif', - 'https://i.imgur.com/LuWHflH.gif', - 'https://i.imgur.com/t87M9T9.gif', - 'https://i.imgur.com/W5qKOiU.gif', - 'https://i.imgur.com/vFQvAMk.gif' + 'https://i.imgur.com/lQVyPgp.gif', + 'https://i.imgur.com/rWal7zB.gif', + 'https://i.imgur.com/DjURkgJ.gif', + 'https://i.imgur.com/NDvu9Ga.gif', + 'https://i.imgur.com/DAmSe54.gif' ]; module.exports = class EatCommand extends Command { diff --git a/commands/roleplay/evolve.js b/commands/roleplay/evolve.js index d472272d..6c0af7ef 100644 --- a/commands/roleplay/evolve.js +++ b/commands/roleplay/evolve.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/gkdDk4P.gif', - 'https://i.imgur.com/BjFCGGx.gif', - 'https://i.imgur.com/XJkJ9UR.gif', - 'https://i.imgur.com/H2XpKr6.gif', - 'https://i.imgur.com/McM6VYZ.gif' + 'https://i.imgur.com/bWJR9Ob.gif', + 'https://i.imgur.com/xW2p3BU.gif', + 'https://i.imgur.com/cMbUiPq.gif', + 'https://i.imgur.com/r1pvaH0.gif', + 'https://i.imgur.com/kWnkgI8.gif' ]; module.exports = class EvolveCommand extends Command { diff --git a/commands/roleplay/falcon-punch.js b/commands/roleplay/falcon-punch.js index fdcf195b..1235a91e 100644 --- a/commands/roleplay/falcon-punch.js +++ b/commands/roleplay/falcon-punch.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/LOuK637.gif', - 'https://i.imgur.com/7nG6pDW.gif', - 'https://i.imgur.com/yxxSoFV.gif', - 'https://i.imgur.com/gC31YyP.gif', - 'https://i.imgur.com/RT0Qk0V.gif' + 'https://i.imgur.com/womEZVC.gif', + 'https://i.imgur.com/uw3S3hq.gif', + 'https://i.imgur.com/CVPT9ii.gif', + 'https://i.imgur.com/wGmUAIA.gif', + 'https://i.imgur.com/2HEhWdv.gif' ]; module.exports = class FalconPunchCommand extends Command { diff --git a/commands/roleplay/fist-bump.js b/commands/roleplay/fist-bump.js index 3cdcbcad..780a53be 100644 --- a/commands/roleplay/fist-bump.js +++ b/commands/roleplay/fist-bump.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/lO2xZHC.gif', - 'https://i.imgur.com/xKwxZZi.gif', - 'https://i.imgur.com/dFv5VkI.gif', - 'https://i.imgur.com/mIzwBt3.gif', - 'https://i.imgur.com/3Os9psM.gif' + 'https://i.imgur.com/VmawTx2.gif', + 'https://i.imgur.com/63KDI7Z.gif', + 'https://i.imgur.com/MUwliFW.gif', + 'https://i.imgur.com/DXQ1WPq.gif', + 'https://i.imgur.com/VzhQN0F.gif' ]; module.exports = class FistBumpCommand extends Command { diff --git a/commands/roleplay/high-five.js b/commands/roleplay/high-five.js index 967d6d10..d8784262 100644 --- a/commands/roleplay/high-five.js +++ b/commands/roleplay/high-five.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://media.giphy.com/media/x58AS8I9DBRgA/giphy.gif', - 'https://i.imgur.com/W4cEKMy.gif', - 'https://i.imgur.com/r67Klvg.gif', - 'https://i.imgur.com/zi7D5X2.gif', - 'https://i.imgur.com/rJJWFj8.gif' + 'https://i.imgur.com/YvbhAML.gif', + 'https://i.imgur.com/LOWtASy.gif', + 'https://i.imgur.com/LgtJwPW.gif', + 'https://i.imgur.com/GuLDF6b.gif', + 'https://i.imgur.com/2DdIR5H.gif' ]; module.exports = class HighFivesCommand extends Command { diff --git a/commands/roleplay/hit-with-shovel.js b/commands/roleplay/hit-with-shovel.js index 95f66f0e..99481bec 100644 --- a/commands/roleplay/hit-with-shovel.js +++ b/commands/roleplay/hit-with-shovel.js @@ -21,7 +21,7 @@ module.exports = class HitwithShovelCommand extends Command { run(msg, { user }) { return msg.say(stripIndents` **${msg.author.username}** *hits* **${user.username}** *with a shovel* - https://i.imgur.com/4yvqw81.gif + https://i.imgur.com/XDIUq02.gif `); } }; diff --git a/commands/roleplay/hug.js b/commands/roleplay/hug.js index 575f9638..b4bf5233 100644 --- a/commands/roleplay/hug.js +++ b/commands/roleplay/hug.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/q9Wkhz4.gif', - 'https://i.imgur.com/dUejMIs.gif', - 'https://i.imgur.com/NsTtb7j.gif', - 'https://i.imgur.com/p4CZKph.gif', - 'https://i.imgur.com/1L9TaPV.gif' + 'https://i.imgur.com/yb29pZP.gif', + 'https://i.imgur.com/uLL4nHN.gif', + 'https://i.imgur.com/4pWi9tx.gif', + 'https://i.imgur.com/2BiHTef.gif', + 'https://i.imgur.com/lSyjOHL.gif' ]; module.exports = class HugCommand extends Command { diff --git a/commands/roleplay/inhale.js b/commands/roleplay/inhale.js index 59b5bcce..ff04b8a3 100644 --- a/commands/roleplay/inhale.js +++ b/commands/roleplay/inhale.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/b4NeOXj.gif', - 'https://i.imgur.com/PnNkvCL.gif', - 'https://i.imgur.com/f6fojcB.gif', - 'https://i.imgur.com/JSoSkMV.gif', - 'https://i.imgur.com/TIEIBHW.gif' + 'https://i.imgur.com/uUUk2kS.gif', + 'https://i.imgur.com/7C2v3yS.gif', + 'https://i.imgur.com/zsuMeQQ.gif', + 'https://i.imgur.com/kiqXxB6.gif', + 'https://i.imgur.com/0cK6zPg.gif' ]; module.exports = class InhaleCommand extends Command { diff --git a/commands/roleplay/kill.js b/commands/roleplay/kill.js index cfd831d2..b231ac69 100644 --- a/commands/roleplay/kill.js +++ b/commands/roleplay/kill.js @@ -21,7 +21,7 @@ module.exports = class KillCommand extends Command { run(msg, { user }) { return msg.say(stripIndents` **${msg.author.username}** *kills* **${user.username}** - https://i.imgur.com/WxD4XMe.gif + https://i.imgur.com/KqWkaTf.gif `); } }; diff --git a/commands/roleplay/kiss.js b/commands/roleplay/kiss.js index 0d1e85cf..0f186f3f 100644 --- a/commands/roleplay/kiss.js +++ b/commands/roleplay/kiss.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/S7mwPfE.gif', - 'https://i.imgur.com/ElvU78j.gif', - 'https://i.imgur.com/zW0GEA7.gif', - 'https://i.imgur.com/kbM8dzE.gif', - 'https://i.imgur.com/tQiFXDq.gif' + 'https://i.imgur.com/Omge3Sb.gif', + 'https://i.imgur.com/KbfdOol.gif', + 'https://i.imgur.com/mWJAkhD.gif', + 'https://i.imgur.com/14j8ZkP.gif', + 'https://i.imgur.com/IXx6GyJ.gif' ]; module.exports = class KissCommand extends Command { diff --git a/commands/roleplay/marry.js b/commands/roleplay/marry.js index 182141ef..accccb10 100644 --- a/commands/roleplay/marry.js +++ b/commands/roleplay/marry.js @@ -1,10 +1,10 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/u67QLhB.gif', - 'https://i.imgur.com/k8r28dR.gif', - 'https://i.imgur.com/pqXqmSB.gif', - 'https://i.imgur.com/gOb9sTR.gif' + 'https://i.imgur.com/uz4k1qI.gif', + 'https://i.imgur.com/jSlUKbw.gif', + 'https://i.imgur.com/4LMEw0M.gif', + 'https://i.imgur.com/BbXQqn1.gif' ]; module.exports = class MarryCommand extends Command { diff --git a/commands/roleplay/pat.js b/commands/roleplay/pat.js index 32ad1ad4..a9c35a9c 100644 --- a/commands/roleplay/pat.js +++ b/commands/roleplay/pat.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/oynHZmT.gif', - 'https://i.imgur.com/qcZiv4W.gif', - 'https://i.imgur.com/aAvI3Cq.gif', - 'https://i.imgur.com/DJ6iTRW.gif', - 'https://i.imgur.com/whDGqSu.gif' + 'https://i.imgur.com/vNEN1CC.gif', + 'https://i.imgur.com/iWC1ZLa.gif', + 'https://i.imgur.com/APxZpnT.gif', + 'https://i.imgur.com/uwbx4lE.gif', + 'https://i.imgur.com/p0AzUqV.gif' ]; module.exports = class PatCommand extends Command { diff --git a/commands/roleplay/poke.js b/commands/roleplay/poke.js index bdefa90a..dce1c82d 100644 --- a/commands/roleplay/poke.js +++ b/commands/roleplay/poke.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/XMuJ7K8.gif', - 'https://i.imgur.com/mewvEFw.gif', - 'https://i.imgur.com/RKGafME.gif', - 'https://i.imgur.com/pqgsmX1.gif', - 'https://i.imgur.com/Ez67xSU.gif' + 'https://i.imgur.com/argcQ0p.gif', + 'https://i.imgur.com/2QnSTJv.gif', + 'https://i.imgur.com/W5ooaKk.gif', + 'https://i.imgur.com/kpGGGie.gif', + 'https://i.imgur.com/d35YfMo.gif' ]; module.exports = class PokeCommand extends Command { diff --git a/commands/roleplay/punch.js b/commands/roleplay/punch.js index d2e968be..3e7093e0 100644 --- a/commands/roleplay/punch.js +++ b/commands/roleplay/punch.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/WKj10Dc.gif', - 'https://i.imgur.com/pOIxkab.gif', - 'https://i.imgur.com/XvNOY3B.gif', - 'https://i.imgur.com/ai4cne0.gif', - 'https://i.imgur.com/Tg8tGny.gif' + 'https://i.imgur.com/ihGcwnE.gif', + 'https://i.imgur.com/urpt2DJ.gif', + 'https://i.imgur.com/GbWuvMe.gif', + 'https://i.imgur.com/Txc5SoK.gif', + 'https://i.imgur.com/pzUmHEm.gif' ]; module.exports = class PunchCommand extends Command { diff --git a/commands/roleplay/slap.js b/commands/roleplay/slap.js index 4e47bc89..ff7af452 100644 --- a/commands/roleplay/slap.js +++ b/commands/roleplay/slap.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/rfy8z2K.gif', - 'https://i.imgur.com/FsygXIT.gif', - 'https://i.imgur.com/8sbR33w.gif', - 'https://i.imgur.com/wsIpwcT.gif', - 'https://i.imgur.com/mAV8aa7.gif' + 'https://i.imgur.com/bNw8icN.gif', + 'https://i.imgur.com/wvQZQSs.gif', + 'https://i.imgur.com/ib0G51r.gif', + 'https://i.imgur.com/y7zW1gc.gif', + 'https://i.imgur.com/vHRiZDg.gif' ]; module.exports = class SlapCommand extends Command { diff --git a/commands/roleplay/tackle.js b/commands/roleplay/tackle.js index 8908449c..edd6a426 100644 --- a/commands/roleplay/tackle.js +++ b/commands/roleplay/tackle.js @@ -1,11 +1,11 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); const gifs = [ - 'https://i.imgur.com/wXShFlF.gif', - 'https://i.imgur.com/bpBz27N.gif', - 'https://i.imgur.com/61vX6F6.gif', - 'https://i.imgur.com/6zv7HP5.gif', - 'https://i.imgur.com/ExYfGm8.gif' + 'https://i.imgur.com/988Y889.gif', + 'https://i.imgur.com/wxnNRmS.gif', + 'https://i.imgur.com/FDvkjzn.gif', + 'https://i.imgur.com/CkHHmd7.gif', + 'https://i.imgur.com/Wispo2E.gif' ]; module.exports = class TackleCommand extends Command { diff --git a/commands/search/anime.js b/commands/search/anime.js index ce2eb05d..1f7a0b31 100644 --- a/commands/search/anime.js +++ b/commands/search/anime.js @@ -32,7 +32,7 @@ module.exports = class AnimeCommand extends Command { const data = body.data[0].attributes; const embed = new MessageEmbed() .setColor(0xF75239) - .setAuthor('Kitsu.io', 'https://i.imgur.com/VnIpwgF.png') + .setAuthor('Kitsu.io', 'https://i.imgur.com/y7nDpqR.png') .setURL(`https://kitsu.io/anime/${data.slug}`) .setThumbnail(data.posterImage ? data.posterImage.original : null) .setTitle(data.canonicalTitle) diff --git a/commands/search/bot-info.js b/commands/search/bot-info.js index 65f93f58..3d8d6f6f 100644 --- a/commands/search/bot-info.js +++ b/commands/search/bot-info.js @@ -29,7 +29,7 @@ module.exports = class BotSearchCommand extends Command { .set({ Authorization: DBOTS_KEY }); const embed = new MessageEmbed() .setColor(0x9797FF) - .setAuthor('Discord Bots', 'https://i.imgur.com/lrKYBQi.jpg') + .setAuthor('Discord Bots', 'https://i.imgur.com/tHTKaks.jpg') .setTitle(body.name) .setURL(`https://bots.discord.pw/bots/${bot.id}`) .setDescription(body.description) diff --git a/commands/search/bulbapedia.js b/commands/search/bulbapedia.js index 083de8b0..60805c2a 100644 --- a/commands/search/bulbapedia.js +++ b/commands/search/bulbapedia.js @@ -42,7 +42,7 @@ module.exports = class BulbapediaCommand extends Command { const embed = new MessageEmbed() .setColor(0x3E7614) .setTitle(data.title) - .setAuthor('Bulbapedia', 'https://i.imgur.com/09eYo5T.png') + .setAuthor('Bulbapedia', 'https://i.imgur.com/ePpoeFA.png') .setThumbnail(data.thumbnail ? data.thumbnail.source : null) .setDescription(shorten(data.extract.replace(/\n/g, '\n\n'))); return msg.embed(embed); diff --git a/commands/search/github.js b/commands/search/github.js index 9c8fc5b6..2abc2b7e 100644 --- a/commands/search/github.js +++ b/commands/search/github.js @@ -35,7 +35,7 @@ module.exports = class GitHubCommand extends Command { .get(`https://${GITHUB_LOGIN}@api.github.com/repos/${author}/${repository}`); const embed = new MessageEmbed() .setColor(0xFFFFFF) - .setAuthor('GitHub', 'https://i.imgur.com/bRROLzk.png') + .setAuthor('GitHub', 'https://i.imgur.com/e4HunUm.png') .setTitle(body.full_name) .setURL(body.html_url) .setDescription(body.description || 'No description.') diff --git a/commands/search/itunes.js b/commands/search/itunes.js index cb9a0439..eacaebd1 100644 --- a/commands/search/itunes.js +++ b/commands/search/itunes.js @@ -50,7 +50,7 @@ module.exports = class iTunesCommand extends Command { const data = body.results[0]; const embed = new MessageEmbed() .setColor(0xFEFEFE) - .setAuthor('iTunes', 'https://i.imgur.com/TbqzJFs.jpg') + .setAuthor('iTunes', 'https://i.imgur.com/PR29ow0.jpg') .setURL(data.trackViewUrl) .setThumbnail(data.artworkUrl100) .setTitle(data.trackName) diff --git a/commands/search/kickstarter.js b/commands/search/kickstarter.js index 55b6cb75..8336bbda 100644 --- a/commands/search/kickstarter.js +++ b/commands/search/kickstarter.js @@ -35,7 +35,7 @@ module.exports = class KickstarterCommand extends Command { .setColor(0x14E06E) .setTitle(data.name) .setURL(data.urls.web.project) - .setAuthor('Kickstarter', 'https://i.imgur.com/7mJF4qJ.png') + .setAuthor('Kickstarter', 'https://i.imgur.com/EHDlH5t.png') .setDescription(data.blurb) .setThumbnail(data.photo ? data.photo.full : null) .addField('❯ Goal', diff --git a/commands/search/manga.js b/commands/search/manga.js index 85e1e16b..24fdafcd 100644 --- a/commands/search/manga.js +++ b/commands/search/manga.js @@ -32,7 +32,7 @@ module.exports = class MangaCommand extends Command { const data = body.data[0].attributes; const embed = new MessageEmbed() .setColor(0xF75239) - .setAuthor('Kitsu.io', 'https://i.imgur.com/VnIpwgF.png') + .setAuthor('Kitsu.io', 'https://i.imgur.com/y7nDpqR.png') .setURL(`https://kitsu.io/manga/${data.slug}`) .setThumbnail(data.posterImage ? data.posterImage.original : null) .setTitle(data.canonicalTitle) diff --git a/commands/search/mdn.js b/commands/search/mdn.js index af912c4b..a0dd5e85 100644 --- a/commands/search/mdn.js +++ b/commands/search/mdn.js @@ -30,7 +30,7 @@ module.exports = class MDNCommand extends Command { const data = body.documents[0]; const embed = new MessageEmbed() .setColor(0x066FAD) - .setAuthor('MDN', 'https://i.imgur.com/ClMfs9l.png') + .setAuthor('MDN', 'https://i.imgur.com/DFGXabG.png') .setURL(data.url) .setTitle(data.title) .setDescription(data.excerpt); diff --git a/commands/search/movie.js b/commands/search/movie.js index 5e94f4c3..84757fe7 100644 --- a/commands/search/movie.js +++ b/commands/search/movie.js @@ -40,7 +40,7 @@ module.exports = class MovieCommand extends Command { .setColor(0x00D474) .setTitle(body.title) .setURL(`https://www.themoviedb.org/movie/${body.id}`) - .setAuthor('TMDB', 'https://i.imgur.com/G9q4DF1.png') + .setAuthor('TMDB', 'https://i.imgur.com/3K3QMv9.png') .setDescription(body.overview ? shorten(body.overview) : 'No description available.') .setThumbnail(body.poster_path ? `https://image.tmdb.org/t/p/w500${body.poster_path}` : null) .addField('❯ Runtime', diff --git a/commands/search/npm.js b/commands/search/npm.js index 05917842..7bc75461 100644 --- a/commands/search/npm.js +++ b/commands/search/npm.js @@ -29,7 +29,7 @@ module.exports = class NPMCommand extends Command { .get(`https://registry.npmjs.com/${query}`); const embed = new MessageEmbed() .setColor(0xCB0000) - .setAuthor('NPM', 'https://i.imgur.com/BCODHXd.png') + .setAuthor('NPM', 'https://i.imgur.com/ErKf5Y0.png') .setTitle(body.name) .setURL(`https://www.npmjs.com/package/${query}`) .setDescription(body.description || 'No Description.') diff --git a/commands/search/osu.js b/commands/search/osu.js index f8eb2a67..e9383025 100644 --- a/commands/search/osu.js +++ b/commands/search/osu.js @@ -35,7 +35,7 @@ module.exports = class OsuCommand extends Command { const data = body[0]; const embed = new MessageEmbed() .setColor(0xFF66AA) - .setAuthor('osu!', 'https://i.imgur.com/EmnUp00.png') + .setAuthor('osu!', 'https://i.imgur.com/hWrw2Sv.png') .setURL('https://osu.ppy.sh/') .addField('❯ Username', data.username, true) diff --git a/commands/search/reddit.js b/commands/search/reddit.js index b3c0ff64..8f25f636 100644 --- a/commands/search/reddit.js +++ b/commands/search/reddit.js @@ -32,7 +32,7 @@ module.exports = class RedditCommand extends Command { if (!msg.channel.nsfw && post.over_18) return msg.say('This post is only viewable in NSFW channels.'); const embed = new MessageEmbed() .setColor(0xFF4500) - .setAuthor('Reddit', 'https://i.imgur.com/V6hXniU.png') + .setAuthor('Reddit', 'https://i.imgur.com/DSBOK0P.png') .setURL(`https://www.reddit.com${post.permalink}`) .setTitle(post.title) .setDescription(`[View URL Here](${post.url})`) diff --git a/commands/search/rotten-tomatoes.js b/commands/search/rotten-tomatoes.js index e41989d8..7281308c 100644 --- a/commands/search/rotten-tomatoes.js +++ b/commands/search/rotten-tomatoes.js @@ -39,7 +39,7 @@ module.exports = class RottenTomatoesCommand extends Command { .setColor(0xFFEC02) .setTitle(`${data.title} (${data.year})`) .setURL(`https://www.rottentomatoes.com${data.url}`) - .setAuthor('Rotten Tomatoes', 'https://i.imgur.com/YPRQvX8.jpg') + .setAuthor('Rotten Tomatoes', 'https://i.imgur.com/Sru8mZ3.jpg') .setDescription(shorten(data.ratingSummary.consensus)) .setThumbnail(data.posters.original) .addField('❯ Critic Score', diff --git a/commands/search/steam.js b/commands/search/steam.js index 29484629..a9d8ec9c 100644 --- a/commands/search/steam.js +++ b/commands/search/steam.js @@ -37,7 +37,7 @@ module.exports = class SteamCommand extends Command { const price = current === original ? `$${current}` : `~~$${original}~~ $${current}`; const embed = new MessageEmbed() .setColor(0x101D2F) - .setAuthor('Steam', 'https://i.imgur.com/vL8b4D5.png') + .setAuthor('Steam', 'https://i.imgur.com/xxr2UBZ.png') .setTitle(data.name) .setURL(`http://store.steampowered.com/app/${data.id}`) .setImage(data.tiny_image) diff --git a/commands/search/studio-ghibli.js b/commands/search/studio-ghibli.js index 0c531ae8..df242432 100644 --- a/commands/search/studio-ghibli.js +++ b/commands/search/studio-ghibli.js @@ -31,7 +31,7 @@ module.exports = class StudioGhibliCommand extends Command { const data = body[0]; const embed = new MessageEmbed() .setColor(0xE7E7E7) - .setAuthor('Studio Ghibli', 'https://i.imgur.com/P3YafQ3.jpg') + .setAuthor('Studio Ghibli', 'https://i.imgur.com/fQvw2B8.jpg') .setTitle(data.title) .setDescription(shorten(data.description)) .addField('❯ Release Year', diff --git a/commands/search/tv-show.js b/commands/search/tv-show.js index a02d770b..b601634d 100644 --- a/commands/search/tv-show.js +++ b/commands/search/tv-show.js @@ -40,7 +40,7 @@ module.exports = class TVShowCommand extends Command { .setColor(0x00D474) .setTitle(body.name) .setURL(`https://www.themoviedb.org/tv/${body.id}`) - .setAuthor('TMDB', 'https://i.imgur.com/G9q4DF1.png') + .setAuthor('TMDB', 'https://i.imgur.com/3K3QMv9.png') .setDescription(body.overview ? shorten(body.overview) : 'No description available.') .setThumbnail(body.poster_path ? `https://image.tmdb.org/t/p/w500${body.poster_path}` : null) .addField('❯ First Air Date', diff --git a/commands/search/urban.js b/commands/search/urban.js index 8a129212..898880d9 100644 --- a/commands/search/urban.js +++ b/commands/search/urban.js @@ -31,7 +31,7 @@ module.exports = class UrbanCommand extends Command { const data = body.list[0]; const embed = new MessageEmbed() .setColor(0x32A8F0) - .setAuthor('Urban Dictionary', 'https://i.imgur.com/fzFuuL7.png') + .setAuthor('Urban Dictionary', 'https://i.imgur.com/Fo0nRTe.png') .setURL(data.permalink) .setTitle(data.word) .setDescription(shorten(data.definition)) diff --git a/commands/search/vocaloid.js b/commands/search/vocaloid.js index 4130a7c2..adf810f0 100644 --- a/commands/search/vocaloid.js +++ b/commands/search/vocaloid.js @@ -39,7 +39,7 @@ module.exports = class VocaloidCommand extends Command { const { minutes, seconds } = duration(data.lengthSeconds * 1000); const embed = new MessageEmbed() .setColor(0x86D2D0) - .setAuthor('VocaDB', 'https://i.imgur.com/9Tx9UIc.jpg') + .setAuthor('VocaDB', 'https://i.imgur.com/6QwraDT.jpg') .setTitle(data.name) .setURL(`http://vocadb.net/S/${data.id}`) .setDescription(data.lyrics.length ? shorten(data.lyrics[0].value) : 'N/A') diff --git a/commands/search/wattpad.js b/commands/search/wattpad.js index c9a9c3b7..12816548 100644 --- a/commands/search/wattpad.js +++ b/commands/search/wattpad.js @@ -36,7 +36,7 @@ module.exports = class WattpadCommand extends Command { const data = body.stories[0]; const embed = new MessageEmbed() .setColor(0xF89C34) - .setAuthor('Wattpad', 'https://i.imgur.com/Rw9vRQB.png') + .setAuthor('Wattpad', 'https://i.imgur.com/lFTXnlz.png') .setURL(data.url) .setTitle(data.title) .setDescription(shorten(data.description)) diff --git a/commands/search/weather.js b/commands/search/weather.js index cda36098..02273f59 100644 --- a/commands/search/weather.js +++ b/commands/search/weather.js @@ -46,7 +46,7 @@ module.exports = class WeatherCommand extends Command { }); const embed = new MessageEmbed() .setColor(0xFF7A09) - .setAuthor('OpenWeatherMap', 'https://i.imgur.com/S5MHmeY.png') + .setAuthor('OpenWeatherMap', 'https://i.imgur.com/tUd1MYB.png') .setThumbnail(body.weather[0].icon ? `http://openweathermap.org/img/w/${body.weather[0].icon}.png` : null) .setTimestamp() .addField('❯ City', diff --git a/commands/search/wikia.js b/commands/search/wikia.js index 11b342a0..acf09289 100644 --- a/commands/search/wikia.js +++ b/commands/search/wikia.js @@ -45,7 +45,7 @@ module.exports = class WikiaCommand extends Command { .setColor(0x002D54) .setTitle(data.title) .setURL(search.body.items[0].url) - .setAuthor('Wikia', 'https://i.imgur.com/WzXWJka.png') + .setAuthor('Wikia', 'https://i.imgur.com/15A34JT.png') .setDescription(shorten(data.content.map(section => section.text).join('\n\n'))) .setThumbnail(data.images.length ? data.images[0].src : null); return msg.embed(embed); diff --git a/commands/search/wikipedia.js b/commands/search/wikipedia.js index f70f3f6b..d0f3ba26 100644 --- a/commands/search/wikipedia.js +++ b/commands/search/wikipedia.js @@ -42,7 +42,7 @@ module.exports = class WikipediaCommand extends Command { const embed = new MessageEmbed() .setColor(0xE7E7E7) .setTitle(data.title) - .setAuthor('Wikipedia', 'https://i.imgur.com/a4eeEhh.png') + .setAuthor('Wikipedia', 'https://i.imgur.com/Z7NJBK2.png') .setThumbnail(data.thumbnail ? data.thumbnail.source : null) .setDescription(shorten(data.extract.replace(/\n/g, '\n\n'))); return msg.embed(embed); diff --git a/commands/search/youtube.js b/commands/search/youtube.js index b72b8bbc..679304f9 100644 --- a/commands/search/youtube.js +++ b/commands/search/youtube.js @@ -39,7 +39,7 @@ module.exports = class YouTubeCommand extends Command { .setColor(0xDD2825) .setTitle(data.snippet.title) .setDescription(data.snippet.description) - .setAuthor(`YouTube - ${data.snippet.channelTitle}`, 'https://i.imgur.com/hkUafwu.png') + .setAuthor(`YouTube - ${data.snippet.channelTitle}`, 'https://i.imgur.com/kKHJg9Q.png') .setURL(`https://www.youtube.com/watch?v=${data.id.videoId}`) .setThumbnail(data.snippet.thumbnails.default.url); return msg.embed(embed); diff --git a/commands/search/yu-gi-oh.js b/commands/search/yu-gi-oh.js index 09f0e615..9e99a698 100644 --- a/commands/search/yu-gi-oh.js +++ b/commands/search/yu-gi-oh.js @@ -34,7 +34,7 @@ module.exports = class YuGiOhCommand extends Command { .setColor(0xBE5F1F) .setTitle(data.name) .setDescription(data.text) - .setAuthor('Yu-Gi-Oh!', 'https://i.imgur.com/7gPm9Rr.png') + .setAuthor('Yu-Gi-Oh!', 'https://i.imgur.com/AJNBflD.png') .setThumbnail(image.headers.location) .addField('❯ Card Type', data.card_type, true); diff --git a/package.json b/package.json index 81b3e238..eb1552af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "42.13.0", + "version": "42.14.0", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {