Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Sep 30, 2024
1 parent 8ca23a4 commit 633540c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/snippet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func (SnippetExecutor) Execute(ctx context.Context, in executor.ExecuteInput) (e
return executor.ExecuteOutput{}, err
}
channelID := strings.Split(in.Context.Message.URL, "/")[4]
channelID = cfg.ChannelID

botToken, err := getBotToken()
// Step 1: Execute the command
Expand Down

0 comments on commit 633540c

Please sign in to comment.