Skip to content

Commit

Permalink
fix(sandbox): fix incorrect selfId for the assignee in database (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anillc authored May 3, 2022
1 parent 2161507 commit cdfba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/frontend/sandbox/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default class Sandbox extends Adapter {
content,
channelId: channel,
guildId: channel,
selfId: 'sandbox',
selfId: 'koishi',
type: 'message',
subtype: channel === '@' + user ? 'private' : 'group',
author: {
Expand Down

0 comments on commit cdfba22

Please sign in to comment.