From 95536f4166f57801c2a1cdb8485f80dcf0ea453d Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Sun, 12 Feb 2023 22:58:08 +0100 Subject: [PATCH] Remove erroneous mention of lua loadfile --- docs/wip-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wip-plugins.md b/docs/wip-plugins.md index b22e8c821..cb3da42d2 100644 --- a/docs/wip-plugins.md +++ b/docs/wip-plugins.md @@ -17,7 +17,7 @@ Chatterino Plugins dir/ └── info.json ``` -`init.lua` will be the file loaded when the plugin is enabled. You may load other files using `loadfile` Lua global function. +`init.lua` will be the file loaded when the plugin is enabled. You may load other files using [`execfile` global function](#execfilefilename=). `info.json` contains metadata about the plugin, like its name, description, authors, homepage link, tags, version, license name. The version field **must**