Skip to content

Commit

Permalink
fix: #631
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Dec 16, 2024
1 parent f752136 commit f87a543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/onebot/api/quick-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import { ContextMode, createContext, normalize } from '@/onebot/action/msg/SendM
import { isNull } from '@/common/helper';

export class OneBotQuickActionApi {
private obContext: NapCatOneBot11Adapter;
private core: NapCatCore;
obContext: NapCatOneBot11Adapter;
core: NapCatCore;
constructor(obContext: NapCatOneBot11Adapter, core: NapCatCore) {
this.obContext = obContext;
this.core = core;
Expand Down

0 comments on commit f87a543

Please sign in to comment.