Skip to content

Commit

Permalink
correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Feb 13, 2025
1 parent 3fad682 commit 9c9c007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-discord/src/test-suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class DiscordTestSuite implements TestSuite {

if (existingPlugin) {
// Reuse the existing DiscordClient if available
this.discordClient = existingPlugin as any;
this.discordClient = existingPlugin as DiscordClient;
logger.info("Reusing existing DiscordClient instance.");
} else {
if (!this.discordClient) {
Expand Down

0 comments on commit 9c9c007

Please sign in to comment.