Skip to content

Commit 715f369

Browse files
types: added globalVariable
1 parent 204da8f commit 715f369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const Utils = require('./utils')
1616
* @property {string[]} [owners] ID of owners
1717
* @property {string} [prefix] Prefix of Bot
1818
* @property {any[]} [secrets=[]] Secrets to hide
19+
* @property {Record<string, any>} [globalVariable={}] Custom global Variable for eval
1920
* @property {noPerm} [noPerm] Executed when command runned by not allowed user
2021
* @property {boolean} [disableAttachmentExecution=false] Disable attachment execution.
2122
*/

0 commit comments

Comments
 (0)