diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -8,10 +8,4 @@ libclamity.register_on_chat_message(function(...) furrybot.parse_message(...) end) -minetest.register_chatcommand("fbreload", { - func = function() - return furrybot.reload(http, env, storage) - end -}) - loadfile(minetest.get_modpath("furrybot") .. "/bot.lua")()(http, env, storage) |