Baracchino-Della-Scuola / Bot

Anomalous backslash detected PY-W0073
Bug risk
8 months ago9 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"])