From 582850c9e9a2ccb9f6f36fa5c75664c6c0c945dd Mon Sep 17 00:00:00 2001 From: ayeuhugyu Date: Sat, 9 Sep 2023 15:39:23 -0700 Subject: [PATCH] added a ping to failed p/dmusers --- src/commands/dmuser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/dmuser.js b/src/commands/dmuser.js index 09f4754..f14b833 100644 --- a/src/commands/dmuser.js +++ b/src/commands/dmuser.js @@ -32,7 +32,7 @@ module.exports = { if (msg !== "") { user.send(msg).catch(() => { message.channel.send( - `cannot send message to ${user}, this is usually caused by them not being inside the server` + `<@${message.author}>, cannot send message to ${user}, this is usually caused by them not being inside the server` ); fs.appendFileSync( "../pepperbot/src/logs/forcesay.log",