diff --git a/main.py b/main.py index 1e6e903..21d5869 100644 --- a/main.py +++ b/main.py @@ -192,7 +192,7 @@ class Listener(StreamingClient): # Send the tweet with the answer self.client.create_tweet( in_reply_to_tweet_id=tweet.id, text=choice(answer)) - print(f"{author.username} s'est fait {answer[0]} !") + print(f"{author.username} s'est fait -{answer[0]} !") except errors.Forbidden: if keys["VERBOSE"]: print(