We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffe9c3 commit 58922f2Copy full SHA for 58922f2
balatrobot.lua
@@ -15,13 +15,15 @@ BALATRO_BOT_CONFIG = {
15
16
-- Load minimal required files
17
assert(SMODS.load_file("src/lua/utils.lua"))()
18
-assert(SMODS.load_file("src/lua/log.lua"))()
19
assert(SMODS.load_file("src/lua/api.lua"))()
+assert(SMODS.load_file("src/lua/log.lua"))()
20
+
21
+-- Initialize API
22
+API.init()
23
24
-- Initialize Logger
25
LOG.init()
26
--- Initialize API
-API.init()
27
+G.SETTINGS.skip_splash = "Yes"
28
29
sendInfoMessage("BalatroBot loaded - version " .. SMODS.current_mod.version, "BALATROBOT")
0 commit comments