|
@@ -28,7 +28,7 @@ class ImageApplication < ApplicationForm
|
|
|
character = Character.find(image.char_id)
|
|
character = Character.find(image.char_id)
|
|
|
|
|
|
|
|
# Determine appropriate channel
|
|
# Determine appropriate channel
|
|
|
- channel = image.category == 'NSFW' ? ENV['CHAR_NSFW_CH'] : ENV['CHAT_CH']
|
|
|
|
|
|
|
+ channel = image.category == 'NSFW' ? ENV['CHAR_NSFW_CH'] : ENV['CHAR_CH']
|
|
|
|
|
|
|
|
reply = BotResponse.new(
|
|
reply = BotResponse.new(
|
|
|
destination: channel,
|
|
destination: channel,
|