Update transfer.js

This commit is contained in:
Isaac 2021-05-11 23:53:28 +01:00
parent f9b552e1d0
commit 1b4d4f1892
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -18,7 +18,8 @@ module.exports = class TransferCommand extends Command {
example: i18n('commands.transfer.args.member.example'),
required: false,
}
]
],
staff_only: true
});
}