diff options
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/com/mavlonerkinboev/animarfo/database/Database.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/main/java/com/mavlonerkinboev/animarfo/database/Database.java b/src/main/java/com/mavlonerkinboev/animarfo/database/Database.java index d02fcd1..b09face 100644 --- a/src/main/java/com/mavlonerkinboev/animarfo/database/Database.java +++ b/src/main/java/com/mavlonerkinboev/animarfo/database/Database.java @@ -37,7 +37,7 @@ public class Database {              System.out.println(ansi().fg(GREEN).a("User is added to the database!"));          } else {              collection.updateOne(Filters.eq("_id", telegramUser.getId()), new Document("$set", telegramUser)); -            System.out.println(ansi().fg(GREEN).a("User is updated")); +            System.out.println(ansi().fg(GREEN).a("User is updated").reset());          }      }  } |