diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef473503..33b0c0b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ - Minor: Added icons for newer versions of macOS. (#5148) - Minor: Added the `--incognito/--no-incognito` options to the `/openurl` command, allowing you to override the "Open links in incognito/private mode" setting. (#5149) - Minor: Added support for the `{input.text}` placeholder in the **Split** -> **Run a command** hotkey. (#5130) -- Minor: Add a new Channel API for experimental plugins feature. (#5141, #5184) +- Minor: Add a new Channel API for experimental plugins feature. (#5141, #5184, #5187) - Minor: Added the ability to change the top-most status of a window regardless of the _Always on top_ setting (right click the notebook). (#5135) - Minor: Live streams that are marked as reruns now mark a tab as yellow instead of red. (#5176) - Minor: Updated to Emoji v15.1. Google emojis are now used as the fallback instead of Twitter emojis. (#5182) diff --git a/docs/chatterino.d.ts b/docs/chatterino.d.ts index a2299e682..8439faa05 100644 --- a/docs/chatterino.d.ts +++ b/docs/chatterino.d.ts @@ -9,7 +9,7 @@ declare module c2 { } class CommandContext { words: String[]; - channel_name: String; + channel: Channel; } enum Platform {