diff --git a/docs/wip-plugins.md b/docs/wip-plugins.md index 56648edac..e6d00ebcf 100644 --- a/docs/wip-plugins.md +++ b/docs/wip-plugins.md @@ -64,6 +64,7 @@ Writes a message to the Chatterino log. The `level` argument should be a `tostring()`. Example: + ``` c2.log(c2.LogLevel.Warning, "Hello, this should show up in the Chatterino log by default")