Last analyzed 40daa84 25 days ago
Default analysis branch is
Currently analyzing run
Exception caught is very general PYL-W0703
Anti-pattern
3 months ago3 months old
Catching too general exception Exception
159                        )
160                        + "\n"
161                    )
162                except Exception as e:163                    self.client.log(
164                        LogLevel.ERROR,
165                        f"Failed to get data for guild {guild.id}: {e}",