fix commands (#68)

pull/70/head
rom 2 years ago committed by GitHub
parent b8d0c1434f
commit 5272a75720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,11 +49,12 @@ export const add = (name, description, execute, options = []) => {
mod.BUILT_IN_COMMANDS.push({
applicationId: applicationId,
type: 0,
type: 1,
target: 1,
description,
name,
displayName: name,
execute,
options,

Loading…
Cancel
Save