[HOTFIX] Fix not applying the similarity threshold

pull/158/head
bobloy 4 years ago
parent a2948322f9
commit 99ab9fc1b4

@ -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():

Loading…
Cancel
Save