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 633540c commit d6b1ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/snippet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ func (SnippetExecutor) Execute(ctx context.Context, in executor.ExecuteInput) (e
if err != nil {
return executor.ExecuteOutput{}, err
}
channelID := strings.Split(in.Context.Message.URL, "/")[4]
channelID = cfg.ChannelID
// 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 d6b1ef1

Please sign in to comment.