diff options
Diffstat (limited to 'commands/dm.js')
| -rw-r--r-- | commands/dm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/dm.js b/commands/dm.js index fcaeb0d..8c7a044 100644 --- a/commands/dm.js +++ b/commands/dm.js @@ -1,5 +1,6 @@ module.exports = { name: 'dm', + aliases: ['directmessage'], description: '', execute(msg, args, bot) { if (msg.author) { // TODO: fix discord not evaluating args[1] |