fix weapon description
This commit is contained in:
2 files changed
+11
-3
No files matched your search
@@ -1,6 +1,6 @@
|
||||
const { MessageEmbed } = require('discord.js');
|
||||
|
||||
const actions = ['pick up', 'grab', 'get', 'aquire', 'obtain', 'gain', 'take possesssion of'];
|
||||
const action = ['pick up', 'grab', 'get', 'aquire', 'obtain', 'gain', 'take possesssion of'];
|
||||
|
||||
module.exports = {
|
||||
name: "inventory-add",
|
||||
@@ -44,6 +44,13 @@ module.exports = {
|
||||
type: 3,
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "description",
|
||||
description: "firearm description",
|
||||
value: "description",
|
||||
type: 3,
|
||||
required: true,
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user