Interactive setup wizard for the Slack integration.
()
| 52 | |
| 53 | |
| 54 | def _setup_slack(): |
| 55 | """Interactive setup wizard for the Slack integration.""" |
| 56 | _exec_script("setup_slack.py") |
| 57 | |
| 58 | |
| 59 | def _setup_discord(): |
nothing calls this directly
no test coverage detected