diff --git a/tipbot/commands.py b/tipbot/commands.py index cb13a53..e0b1bfe 100644 --- a/tipbot/commands.py +++ b/tipbot/commands.py @@ -58,7 +58,6 @@ def register(update, context): if db.User.filter(telegram_id=uid, telegram_user=un): update.message.reply_text('You are already registered. Use /help to see available bot commands.') else: - update.message.reply_text('Your ID exists in the database already but your `first_name` attribute has changed. Updating.') try: u = db.User.get(telegram_id=uid) u.telegram_user = un