Updated .kill to use TextGenerator! :)
This commit is contained in:
parent
00f7e35a24
commit
d5163a846a
3 changed files with 81 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
from util import hook, text, textgen
|
||||
import json, os
|
||||
from util import hook, textgen
|
||||
import json
|
||||
|
||||
|
||||
def get_generator(_json, variables):
|
||||
|
|
Reference in a new issue