From ffa63f0dc96fb1054947833617cc070914a889b0 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Sun, 18 Feb 2024 22:35:40 +0100 Subject: [PATCH] Update chatterino.d.ts for the ChannelRef change (#5187) AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA --- CHANGELOG.md | 2 +- docs/chatterino.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef47350..33b0c0b0 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 a2299e68..8439faa0 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 {