[HOTFIX] Fix not applying the similarity threshold
This commit is contained in:
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…
x
Reference in New Issue
Block a user