1
0
Fork 0

added pm aliases

Commando
Loic Bersier 6 years ago
parent 3a066c2bc6
commit 7887614987

@ -5,6 +5,7 @@ module.exports = class dmCommand extends Command {
name: 'dm', name: 'dm',
group: 'owner', group: 'owner',
memberName: 'dm', memberName: 'dm',
aliases: ['pm'],
description: 'Dm the user id', description: 'Dm the user id',
ownerOnly: true, ownerOnly: true,
args: [ args: [

Loading…
Cancel
Save