Liking cljdoc? Tell your friends :D

metabase.metabot


metabot-enabledclj

(metabot-enabled)
(metabot-enabled new-value)

Enable MetaBot, which lets you search for and view your saved questions directly via Slack.

metabot-enabled is a boolean Setting. You can get its value by calling:

(metabot-enabled)

and set its value by calling:

(metabot-enabled <new-value>)

You can also set its value with the env var MB_METABOT_ENABLED.

Clear its value by calling:

(metabot-enabled nil)

Its default value is false.

Enable MetaBot, which lets you search for and view your saved questions directly via Slack.

`metabot-enabled` is a boolean Setting. You can get its value by calling:

    (metabot-enabled)

and set its value by calling:

    (metabot-enabled <new-value>)

You can also set its value with the env var `MB_METABOT_ENABLED`.

Clear its value by calling:

    (metabot-enabled nil)

Its default value is `false`.
sourceraw docstring

restart-metabot!clj

(restart-metabot!)

Restart the MetaBot listening process. Used on settings changed

Restart the MetaBot listening process.
Used on settings changed
sourceraw docstring

start-metabot!clj

(start-metabot!)

Start the MetaBot! :robot_face:

This will spin up a background thread that opens and maintains a Slack WebSocket connection.

Start the MetaBot! :robot_face:

This will spin up a background thread that opens and maintains a Slack WebSocket connection.
sourceraw docstring

stop-metabot!clj

(stop-metabot!)

Stop the MetaBot! :robot_face:

This will stop the background thread that responsible for the Slack WebSocket connection.

Stop the MetaBot! :robot_face:

This will stop the background thread that responsible for the Slack WebSocket connection.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close