Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Aug 15, 2024
1 parent 8c50d55 commit 4378c9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@ export class AdapterQQBot implements KarinAdapter {
async GetProhibitedUserList (): Promise<any> { throw new Error('Method not implemented.') }
async PokeMember (): Promise<any> { throw new Error('Method not implemented.') }
async SetMessageReaded (): Promise<any> { throw new Error('Method not implemented.') }

private static BotAvatar: { [uid: string]: string } = {}
}

const list = Object.keys(Config.Config.accounts).filter(v => v !== 'default')
Expand Down

0 comments on commit 4378c9f

Please sign in to comment.