From 8584b7f63c5efa504a0c3f5510a32bef0437b281 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 14 Jan 2020 22:14:27 -0500 Subject: [PATCH] Fix Lint --- commands/avatar-edit/hat.js | 3 ++- commands/avatar-edit/triggered.js | 1 + commands/avatar-edit/yu-gi-oh-token.js | 2 +- commands/image-edit/achievement.js | 2 +- commands/meme-gen/distracted-boyfriend.js | 2 +- commands/search/yu-gi-oh.js | 2 +- commands/single/dark-light.js | 2 +- commands/single/eat-pant.js | 2 +- commands/text-edit/brony-speak.js | 2 +- 9 files changed, 10 insertions(+), 8 deletions(-) diff --git a/commands/avatar-edit/hat.js b/commands/avatar-edit/hat.js index 3ada2089..5f52bcb9 100644 --- a/commands/avatar-edit/hat.js +++ b/commands/avatar-edit/hat.js @@ -23,7 +23,7 @@ module.exports = class HatCommand extends Command { 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' + reasonURL: 'https://gonintendo.com/stories/306292' }, { name: 'freeiconspng.com', @@ -59,6 +59,7 @@ module.exports = class HatCommand extends Command { name: 'Gallery Yopriceville', url: 'https://gallery.yopriceville.com/', reason: 'Pilgrim Hat Image', + // eslint-disable-next-line max-len reasonURL: 'https://gallery.yopriceville.com/Free-Clipart-Pictures/Thanksgiving-PNG/Transparent_Brown_Pilgrim_Hat_PNG_Clipart' }, { diff --git a/commands/avatar-edit/triggered.js b/commands/avatar-edit/triggered.js index 94ca2977..4d07c23b 100644 --- a/commands/avatar-edit/triggered.js +++ b/commands/avatar-edit/triggered.js @@ -25,6 +25,7 @@ module.exports = class TriggeredCommand extends Command { name: 'NotAWeebDev', url: 'https://github.com/NotAWeebDev/', reason: 'Image', + // eslint-disable-next-line max-len reasonURL: 'https://github.com/NotAWeebDev/Misaki/blob/2e44f9efb467028dcbae5a2c9f836d2e99860b85/assets/images/plate_triggered.png' } ], diff --git a/commands/avatar-edit/yu-gi-oh-token.js b/commands/avatar-edit/yu-gi-oh-token.js index 1b44804b..605ef967 100644 --- a/commands/avatar-edit/yu-gi-oh-token.js +++ b/commands/avatar-edit/yu-gi-oh-token.js @@ -21,7 +21,7 @@ module.exports = class YuGiOhTokenCommand extends Command { name: 'Konami', url: 'https://www.konami.com/en/', reason: 'Image, Original "Yu-Gi-Oh!" Game', - reasonURL: 'https://www.yugioh-card.com/en/', + reasonURL: 'https://www.yugioh-card.com/en/' } ], args: [ diff --git a/commands/image-edit/achievement.js b/commands/image-edit/achievement.js index cbdea658..5ea4b997 100644 --- a/commands/image-edit/achievement.js +++ b/commands/image-edit/achievement.js @@ -22,7 +22,7 @@ module.exports = class AchievementCommand extends Command { name: 'Mojang', url: 'https://www.mojang.com/', reason: 'Original "Minecraft" Game', - reasonURL: 'https://www.minecraft.net/en-us/', + reasonURL: 'https://www.minecraft.net/en-us/' }, { name: 'Minecraft Achievement Generator', diff --git a/commands/meme-gen/distracted-boyfriend.js b/commands/meme-gen/distracted-boyfriend.js index 5d789e37..a1512cfc 100644 --- a/commands/meme-gen/distracted-boyfriend.js +++ b/commands/meme-gen/distracted-boyfriend.js @@ -21,7 +21,7 @@ module.exports = class DistractedBoyfriendCommand extends Command { name: 'Antonio Guillem', url: 'http://antonioguillem.com/', reason: 'Image', - reasonURL: 'https://www.istockphoto.com/gb/photo/disloyal-man-with-his-girlfriend-looking-at-another-girl-gm493656728-77018851' + reasonURL: 'https://www.istockphoto.com/photo/gm493656728-77018851' } ], args: [ diff --git a/commands/search/yu-gi-oh.js b/commands/search/yu-gi-oh.js index 258df8d3..7aaa3b39 100644 --- a/commands/search/yu-gi-oh.js +++ b/commands/search/yu-gi-oh.js @@ -17,7 +17,7 @@ module.exports = class YuGiOhCommand extends Command { name: 'Konami', url: 'https://www.konami.com/en/', reason: 'Image, Original "Yu-Gi-Oh!" Game', - reasonURL: 'https://www.yugioh-card.com/en/', + reasonURL: 'https://www.yugioh-card.com/en/' }, { name: 'YGOPRODECK', diff --git a/commands/single/dark-light.js b/commands/single/dark-light.js index 9d8a1842..60f9e132 100644 --- a/commands/single/dark-light.js +++ b/commands/single/dark-light.js @@ -24,7 +24,7 @@ module.exports = class DarkLightCommand extends Command { name: 'u/AelinSA', url: 'https://www.reddit.com/user/AelinSA', reason: 'Image', - reasonURL: 'https://www.reddit.com/r/discordapp/comments/9krnhr/preach_the_message_of_the_möth_with_this_magic/' + reasonURL: 'https://www.reddit.com/r/discordapp/comments/9krnhr/preach_the_message_of_the_möth_with_this_magi' } ], args: [ diff --git a/commands/single/eat-pant.js b/commands/single/eat-pant.js index 24b3d371..97cd6293 100644 --- a/commands/single/eat-pant.js +++ b/commands/single/eat-pant.js @@ -15,7 +15,7 @@ module.exports = class EatPantCommand extends Command { name: 'u/_Ebb', url: 'https://www.reddit.com/user/_Ebb', reason: 'Image', - url: 'https://www.reddit.com/r/Ooer/comments/52z589/eat_pant_maaaaaaaan/' + reasonURL: 'https://www.reddit.com/r/Ooer/comments/52z589/eat_pant_maaaaaaaan/' }, { name: '20th Century Fox', diff --git a/commands/text-edit/brony-speak.js b/commands/text-edit/brony-speak.js index 04ecf83d..8024bb72 100644 --- a/commands/text-edit/brony-speak.js +++ b/commands/text-edit/brony-speak.js @@ -21,7 +21,7 @@ module.exports = class BronySpeakCommand extends Command { name: 'Shrick', url: 'https://www.deviantart.com/shrick', reason: 'English-to-Brony Dictionary Data', - reasonURL: 'https://www.deviantart.com/shrick/art/Brony-dictionary-version-2-207157029?q=gallery%3Ashrick&qo=0' + reasonURL: 'https://www.deviantart.com/shrick/art/Brony-dictionary-version-2-207157029' } ], args: [