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

Method logToOutput

botloader-vscode/src/ws.ts:118–124  ·  view source on GitHub ↗
(msg: string, level: LogLevel, guild_id?: string)

Source from the content-addressed store, hash-verified

116 }
117
118 logToOutput(msg: string, level: LogLevel, guild_id?: string) {
119 this.onLogMessage({
120 guild_id,
121 level,
122 message: msg,
123 });
124 }
125}
126
127type WsEventType = "AuthSuccess" | "SubscriptionsUpdated" | "ScriptLogMessage";

Callers 6

setTokenMethod · 0.95
openMethod · 0.95
subscribeGuildMethod · 0.95
sendAuthMethod · 0.95
wsOnMessageMethod · 0.95
wsOnCloseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected