Skip to content

Commit

Permalink
enabled query command
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv8rzim committed Sep 14, 2023
1 parent 6da2244 commit 3670ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/enabled.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func populateSlashCommands(ctx ddtrace.SpanContext) {
SlashCommands["vote"] = slash.Vote()
SlashCommands["feedback"] = slash.Feedback()
SlashCommands["update"] = slash.Update()
SlashCommands["query"] = slash.Query()
}

// populateHandlers populates the Handlers map with all of the handlers
Expand Down

0 comments on commit 3670ec1

Please sign in to comment.