Version 1.0

This commit is contained in:
OTCv8
2019-11-03 00:47:50 +01:00
parent 6dd9a54749
commit e65bdb534a
11 changed files with 324 additions and 131 deletions

View File

@@ -39,6 +39,7 @@ function executeBot(config, storage, tabs, msgCallback, saveConfigCallback)
context.math = math
context.table = table
context.string = string
context.tonumber = tonumber
context.tr = tr
context.json = json
context.regexMatch = regexMatch