mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Remove erroneous mention of lua loadfile
This commit is contained in:
parent
9e92a795c3
commit
95536f4166
1 changed files with 1 additions and 1 deletions
|
@ -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**
|
||||
|
|
Loading…
Reference in a new issue