MCPcopy Create free account
hub / github.com/Botloader/botloader / handleScriptLogMessage

Method handleScriptLogMessage

botloader-vscode/src/ws.ts:113–116  ·  view source on GitHub ↗
(msg: WsEventScriptLogMessage)

Source from the content-addressed store, hash-verified

111 }
112
113 handleScriptLogMessage(msg: WsEventScriptLogMessage) {
114 console.log("Script log message yoo");
115 this.onLogMessage(msg.d);
116 }
117
118 logToOutput(msg: string, level: LogLevel, guild_id?: string) {
119 this.onLogMessage({

Callers 1

wsOnMessageMethod · 0.95

Calls 1

logMethod · 0.80

Tested by

no test coverage detected