Linting
This commit is contained in:
@@ -197,8 +197,7 @@ let eventHandler;
|
||||
|
||||
async submitToolOutputs(toolOutputs, runId, threadId) {
|
||||
try {
|
||||
const stream =
|
||||
this.client.beta.threads.runs.submitToolOutputsStream(
|
||||
const stream = this.client.beta.threads.runs.submitToolOutputsStream(
|
||||
threadId,
|
||||
runId,
|
||||
{ tool_outputs: toolOutputs },
|
||||
|
||||
@@ -2,7 +2,7 @@ import {
|
||||
getConfig,
|
||||
setConfig,
|
||||
} from "../../modules/mongo-wrappers/mongoConfigWrappers.mjs";
|
||||
import { ActivityType, PresenceUpdateStatus, Client } from "discord.js";
|
||||
import { ActivityType, PresenceUpdateStatus } from "discord.js";
|
||||
|
||||
/**
|
||||
* Control the presence or activity of the discord bot.
|
||||
|
||||
Reference in New Issue
Block a user