We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204da8f commit 715f369Copy full SHA for 715f369
src/index.js
@@ -16,6 +16,7 @@ const Utils = require('./utils')
16
* @property {string[]} [owners] ID of owners
17
* @property {string} [prefix] Prefix of Bot
18
* @property {any[]} [secrets=[]] Secrets to hide
19
+ * @property {Record<string, any>} [globalVariable={}] Custom global Variable for eval
20
* @property {noPerm} [noPerm] Executed when command runned by not allowed user
21
* @property {boolean} [disableAttachmentExecution=false] Disable attachment execution.
22
*/
0 commit comments