summaryrefslogtreecommitdiff
path: root/commands/fun
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-12 19:19:16 -0700
committer8cy <[email protected]>2020-04-12 19:19:16 -0700
commit827c11bb72f0535826f7335ee712753a8b9d02e9 (patch)
tree1011952298a8b9f6506c3ce6d6d4bf804ce12a9d /commands/fun
parentemojis for all :D, 3.0.2 (diff)
downloads5nical-827c11bb72f0535826f7335ee712753a8b9d02e9.tar.xz
s5nical-827c11bb72f0535826f7335ee712753a8b9d02e9.zip
change sum wording, try to fix fart, v3.0.3
Diffstat (limited to 'commands/fun')
-rw-r--r--commands/fun/dm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/fun/dm.js b/commands/fun/dm.js
index 67bac7d..fb19c11 100644
--- a/commands/fun/dm.js
+++ b/commands/fun/dm.js
@@ -34,7 +34,7 @@ module.exports = class DMFun extends Command {
run(msg, { msgContent }) {
if (msg.author) {
if (!msg.mentions.users.first() && msgContent) {
- msg.reply('you haven\'t specified anyone to send a dm to.');
+ msg.reply('you haven\'t specified anyone to send to.');
} else {
var sendTo = msg.mentions.users.first().id;
var d = new Date(msg.createdTimestamp);