Remove erroneous mention of lua loadfile

This commit is contained in:
Mm2PL 2023-02-12 22:58:08 +01:00
parent 9e92a795c3
commit 95536f4166

View file

@ -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**