[HOTFIX] Fix not applying the similarity threshold

This commit is contained in:
bobloy 2020-11-11 09:44:49 -05:00
parent a2948322f9
commit 99ab9fc1b4

View File

@ -272,7 +272,7 @@ class Chatter(Cog):
)
return
else:
self.similarity_algo = threshold
self.similarity_threshold = threshold
self.similarity_algo = algos[algo_number]
async with ctx.typing():