Skip to content

Commit

Permalink
[Gatekeep] Tox style
Browse files Browse the repository at this point in the history
As per usual, there is only one offending line that needed to be
changed in the entire script.
  • Loading branch information
Tsunderarislime authored and Injabie3 committed Feb 14, 2025
1 parent 794c705 commit f5ea9a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gatekeep/gatekeep.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f5ea9a4

Please sign in to comment.