mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 修复Claude的用户ID固定导致无法邀请Claude的bug (#362)
Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
This commit is contained in:
parent
08e95dc618
commit
a2d903a2ae
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export class SlackClaudeClient {
|
|||
await this.app.client.conversations.invite({
|
||||
token: this.config.slackUserToken,
|
||||
channel: channel.id,
|
||||
users: 'U053NDP2YRF'
|
||||
users: Config.slackClaudeUserId
|
||||
})
|
||||
await delay(1000)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue