Class Data

Constructors

Properties

bot?: Bot
cells: typeof CellParser
code: string
command?: CommandData
commandType: StringCommandTypes
compiled: CompiledData & Record<string, any>
condition: typeof Condition
container: Container
ctx?: Context<any>
env: Record<string, any>
error: typeof BDJSLog
function?: AddProperty<BaseFunction, "name", string>
functions: FunctionManager
instanceTime?: Date
reader: Reader
stop: boolean
util: typeof Util

Methods

  • Deletes a environment variable from the cache.

    Parameters

    • name: string

      The variable name.

    Returns Data

  • Get a environment variable from the cache.

    Parameters

    • name: string

      The variable name.

    Returns any

  • Check if the variable name exists in the cache.

    Parameters

    • name: string

      The variable name.

    Returns boolean

  • Set a environment variable in the cache.

    Parameters

    • name: string

      The variable name.

    • value: unknown

      The variable value.

    Returns Data

Generated using TypeDoc