(bot, config)
| 144 | handler.setFormatter(formatter) |
| 145 | |
| 146 | def start_bot(bot, config): |
| 147 | bot.start() |
| 148 | initialize_task(bot, config) |
| 149 | bot.metrics.capture_stats() |
| 150 | bot.health_record = BotEvent(config) |
| 151 | return bot |
| 152 | |
| 153 | def get_commit_hash(): |
| 154 | try: |
no test coverage detected