| Total Complexity | 0 | 
| Total Lines | 11 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | import logging  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 2 | |||
| 3 | from pincer import Intents  | 
            ||
| 4 | from pincer_bot.bot import Bot  | 
            ||
| 5 | |||
| 6 | |||
| 7 | logging.basicConfig(level=logging.DEBUG)  | 
            ||
| 8 | |||
| 9 | bot = Bot(intents=Intents.all())  | 
            ||
| 10 | bot.run()  | 
            ||
| 11 |