Skip to content

Commit

Permalink
IMPROVE: change failed response to something more meaningful
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Jun 20, 2024
1 parent 9ba1b92 commit 0b4496f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/discourse_chatbot/reply_creator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def initialize(options = {})
@trust_level = options[:trust_level]
@chatbot_bot_type = options[:chatbot_bot_type]
if @message_body.blank?
@message_body = '...'
@message_body = I18n.t('chatbot.errors.retries')
end
end

Expand Down
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-chatbot
# about: a plugin that allows you to have a conversation with a configurable chatbot in Discourse Chat, Topics and Private Messages
# version: 0.9.36
# version: 0.9.37
# authors: merefield
# url: https://github.com/merefield/discourse-chatbot

Expand Down

0 comments on commit 0b4496f

Please sign in to comment.