Update chatterino.d.ts for the ChannelRef change (#5187)

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
Mm2PL
2024-02-18 22:35:40 +01:00
committed by GitHub
parent a5ac06124d
commit ffa63f0dc9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ declare module c2 {
}
class CommandContext {
words: String[];
channel_name: String;
channel: Channel;
}
enum Platform {