aboutsummaryrefslogtreecommitdiff
path: root/nsfw.js
diff options
context:
space:
mode:
Diffstat (limited to 'nsfw.js')
-rw-r--r--nsfw.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsfw.js b/nsfw.js
index ee52177..33f4d10 100644
--- 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'`)
}
},
}