mud/potomark-bot-rb:feature/punctuation-sentence
main
@ -60,7 +60,7 @@ bot.reaction_remove do |event|
end
bot.message(in: Integer(ENV['SENTENCE_CHANNEL'])) do |event|
if event.message.content == "."
if ['?', '!', '.', '...'].include? event.message.content
if $sentence.empty?
next
The note is not visible to the blocked user.