Interface BDJSCustomEvents

interface BDJSCustomEvents {
    interval: ((data) => void);
    shardCreate: ((shard) => void);
    timeout: ((data) => void);
}

Properties

interval: ((data) => void)

Type declaration

    • (data): void
    • Parameters

      • data: Record<string, any>

      Returns void

shardCreate: ((shard) => void)

Type declaration

    • (shard): void
    • Parameters

      • shard: Shard

      Returns void

timeout: ((data) => void)

Type declaration

    • (data): void
    • Parameters

      • data: Record<string, any>

      Returns void

Generated using TypeDoc