diff options
-rw-r--r-- | lingo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lingo.cpp b/lingo.cpp index 2d54a07..04ab14c 100644 --- a/lingo.cpp +++ b/lingo.cpp | |||
@@ -360,6 +360,8 @@ public: | |||
360 | bot_->message_add_reaction(event.msg.id, event.msg.channel_id, "✅"); | 360 | bot_->message_add_reaction(event.msg.id, event.msg.channel_id, "✅"); |
361 | } else { | 361 | } else { |
362 | bot_->message_add_reaction(event.msg.id, event.msg.channel_id, "🎉"); | 362 | bot_->message_add_reaction(event.msg.id, event.msg.channel_id, "🎉"); |
363 | bot_->message_add_reaction(puzzle_id, event.msg.channel_id, "🏁"); | ||
364 | |||
363 | solved_puzzles_.insert(puzzle_id); | 365 | solved_puzzles_.insert(puzzle_id); |
364 | 366 | ||
365 | // Submit the score to the scoreboard. | 367 | // Submit the score to the scoreboard. |