Remove reference to lua import() (#5108)

This commit is contained in:
Mm2PL
2024-01-19 21:31:19 +00:00
committed by GitHub
parent ba94e3879b
commit 36931fac62
2 changed files with 2 additions and 2 deletions
+1 -1
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 [`import` global function](#importfilename=).
`init.lua` will be the file loaded when the plugin is enabled. You may load other files using [`require` global function](#requiremodname).
`info.json` contains metadata about the plugin, like its name, description,
authors, homepage link, tags, version, license name. The version field **must**