Last analyzed 576285e 3 months ago
Default analysis branch is
Currently analyzing run
Anomalous backslash detected PY-W0073
Bug risk
5 months ago7 months old
Anomalous backslash in string: '\`'. String constant might be missing an r prefix.
133
134            return
135        print(result)
136        char = "\`"137        await ctx.send(f"```{result.replace('`', char)}```")
138
139    @commands.command(aliases=["porn"])