fixxed ping on failed p/dmusers formatting
This commit is contained in:
parent
582850c9e9
commit
b20a1b7b9a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports = {
|
||||||
if (msg !== "") {
|
if (msg !== "") {
|
||||||
user.send(msg).catch(() => {
|
user.send(msg).catch(() => {
|
||||||
message.channel.send(
|
message.channel.send(
|
||||||
`<@${message.author}>, 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(
|
fs.appendFileSync(
|
||||||
"../pepperbot/src/logs/forcesay.log",
|
"../pepperbot/src/logs/forcesay.log",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue