]> git.lizzy.rs Git - furrybot-discord.git/blobdiff - nsfw.js
Fixes
[furrybot-discord.git] / nsfw.js
diff --git a/nsfw.js b/nsfw.js
index ee521771c2e2891b4a8f0b7e652f2f82a6c24a01..33f4d102971bb295c58eb995b2f26013ae1f82b2 100644 (file)
--- a/nsfw.js
+++ b/nsfw.js
@@ -15,7 +15,7 @@ module.exports = {
                        const target = targetPing ? common.getPing(targetPing) : msg.author.id
 
                        if (target)
-                               msg.reply(`${asciiDick(target)}    ← <@!${targe}>'s Dick'`)
+                               msg.reply(`${asciiDick(target)}    ← <@!${target}>'s Dick'`)
                }
        },
        boobsize: {
@@ -25,7 +25,7 @@ module.exports = {
                        const target = targetPing ? common.getPing(targetPing) : msg.author.id
 
                        if (target)
-                               msg.reply(`${asciiBoob(target)}    ← <@!${targe}>'s Boobs'`)
+                               msg.reply(`${asciiBoob(target)}    ← <@!${target}>'s Boobs'`)
                }
        },
 }