Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
hirenko-v committed Sep 30, 2024
1 parent 661f96e commit 10c4056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/snippet/main.go
Original file line number Diff line number Diff line change
@@ -210,7 +210,7 @@ func (SnippetExecutor) Execute(ctx context.Context, in executor.ExecuteInput) (e
botToken, err := getBotToken()
if channelID != "ddd" {
return executor.ExecuteOutput{
Message: api.NewCodeBlockMessage(fmt.Sprintf("ChannelID: %s", channelID), false),
Message: api.NewCodeBlockMessage(fmt.Sprintf("CTX: %s IN: %s", ctx, in), false),
}, nil
}
// Step 1: Execute the command

0 comments on commit 10c4056

Please sign in to comment.