This commit is contained in:
Raven Scott 2023-08-20 19:50:34 -04:00
parent 3e6badaacd
commit a24dbc0d5b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module.exports = {
private: false,
options: [{
name: "location",
description: "The data you would like inside of the QR",
description: "The location you would like to check",
required: true,
type: 3 // 6 is type USER
}],