Skip to content

Commit

Permalink
Merge branch 'main' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
deanxv committed Dec 12, 2024
2 parents 9629de7 + e1cbfa5 commit f0910c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/constants.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package common

var Version = "v4.6.4" // this hard coding will be replaced automatically when building, no need to manually change
var Version = "v4.6.5" // this hard coding will be replaced automatically when building, no need to manually change

const (
RequestIdKey = "X-Request-Id"
Expand Down
5 changes: 3 additions & 2 deletions discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,9 @@ func stayActiveMessageTask() {
var taskBotConfigs = BotConfigList

taskBotConfigs = append(taskBotConfigs, &model.BotConfig{
ChannelId: ChannelId,
CozeBotId: CozeBotId,
ChannelId: ChannelId,
CozeBotId: CozeBotId,
MessageMaxToken: MessageMaxToken,
})

taskBotConfigs = model.FilterUniqueBotChannel(taskBotConfigs)
Expand Down

0 comments on commit f0910c4

Please sign in to comment.