added pm aliases
This commit is contained in:
parent
3a066c2bc6
commit
7887614987
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue