StandardRb

This commit is contained in:
2024-03-22 08:48:47 +11:00
parent a2c11de10f
commit f48e41728a
6 changed files with 9 additions and 10 deletions

View File

@@ -60,9 +60,9 @@ module Main
"📷"
else
@prefix_emoji ||= if (match = content.match(Unicode::Emoji::REGEX))
match
else
"💬"
match
else
"💬"
end
end
end