mirror of
https://github.com/velour/catbase.git
synced 2025-04-04 04:01:42 +00:00
fix gok error
This commit is contained in:
parent
56a01e1582
commit
e75285372c
@ -509,7 +509,7 @@ func (s *Slack) buildMessage(m slackMessage) msg.Message {
|
|||||||
Channel: m.Channel,
|
Channel: m.Channel,
|
||||||
Command: isCmd,
|
Command: isCmd,
|
||||||
Action: isAction,
|
Action: isAction,
|
||||||
Host: string(m.ID),
|
Host: fmt.Sprint(m.ID),
|
||||||
Time: tstamp,
|
Time: tstamp,
|
||||||
AdditionalData: map[string]string{
|
AdditionalData: map[string]string{
|
||||||
"RAW_SLACK_TIMESTAMP": m.Ts,
|
"RAW_SLACK_TIMESTAMP": m.Ts,
|
||||||
@ -543,7 +543,7 @@ func (s *Slack) buildLightReplyMessage(m slackMessage) msg.Message {
|
|||||||
Channel: m.Channel,
|
Channel: m.Channel,
|
||||||
Command: isCmd,
|
Command: isCmd,
|
||||||
Action: isAction,
|
Action: isAction,
|
||||||
Host: string(m.ID),
|
Host: fmt.Sprint(m.ID),
|
||||||
Time: tstamp,
|
Time: tstamp,
|
||||||
AdditionalData: map[string]string{
|
AdditionalData: map[string]string{
|
||||||
"RAW_SLACK_TIMESTAMP": m.Ts,
|
"RAW_SLACK_TIMESTAMP": m.Ts,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user