pi_portal.modules.integrations.slack.cli.commands.command_id

Slack CLI ID command.

class pi_portal.modules.integrations.slack.cli.commands.command_id.IDCommand(bot)[source]

Command to report the unique ID the bot is running with.

Parameters:

bot (SlackBot) – The configured slack bot in use.

invoke()[source]

Send the unique id for this bot’s instance.

Return type:

None