we only need 1 level of "end" markov chains
This commit is contained in:
parent
781b6bf525
commit
72ff24227d
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ class Module(ModuleManager.BaseModule):
|
|||
inserts.append(words[i:i+3])
|
||||
|
||||
inserts.append([words[-2], words[-1], None])
|
||||
inserts.append([words[-1], None, None])
|
||||
|
||||
for insert in inserts:
|
||||
frequency = self.bot.database.execute_fetchone("""SELECT
|
||||
|
|
Loading…
Reference in a new issue