# original source: https://monsterware.dev/multiple_creatures/junk-in-the-trunk/commit/07143558bb296e02b9e8aaff6488ad08688f1c26 CustomEmoji.local.each do |e| # hide the mutstd variants if e.shortcode =~ /^ms_/ and e.shortcode =~ /_\w\w?\d+$/ then e.visible_in_picker = false e.save! end end