diff --git a/gatekeep/gatekeep.py b/gatekeep/gatekeep.py index 5e119c1..d130c03 100644 --- a/gatekeep/gatekeep.py +++ b/gatekeep/gatekeep.py @@ -223,9 +223,7 @@ async def testMsg(self, ctx: Context, *, msg: str): else: judge = "this message would not warrant a ban." - await ctx.send( - f"This message scored {score} points. With a threshold of {th}, {judge}" - ) + await ctx.send(f"This message scored {score} points. With a threshold of {th}, {judge}") @word.command(name="add") @commands.guild_only()