lib/lita/handlers/onewheel_election_cnn.rb in lita-onewheel-election-cnn-3.4.8 vs lib/lita/handlers/onewheel_election_cnn.rb in lita-onewheel-election-cnn-3.4.9

- old
+ new

@@ -150,10 +150,10 @@ reply += "\x0300" extras.times { reply += '-'} reply += "\x0304" (reds / 10).times { reply += '█' } - reply.insert(reply.length / 2, "👽") + reply.insert((reply.length / 2) + 3, "👽") reply = "Clinton #{blues} |" + reply + "\x0300| Trump #{reds}" response.reply reply end