diff --git a/bot/src/utils/points_handler.ts b/bot/src/utils/points_handler.ts index 1c34540..742fe70 100644 --- a/bot/src/utils/points_handler.ts +++ b/bot/src/utils/points_handler.ts @@ -168,6 +168,8 @@ export class PointsHandler { } }) } + } else { + message.reply('Did you mean to thank someone? If so, make sure you tag them!'); } }