Update main.py
Browse files
main.py
CHANGED
@@ -104,7 +104,7 @@ def reply_to_mentions():
|
|
104 |
text_in = text_in.replace('@roastortoastgpt', '')
|
105 |
text_in = text_in.replace('roastortoastgpt','')
|
106 |
|
107 |
-
logger.info(f"In Text: {
|
108 |
if "roast" in text_in:
|
109 |
logger.info(f"Roasting!")
|
110 |
text_out = roast(text_to_roast)
|
|
|
104 |
text_in = text_in.replace('@roastortoastgpt', '')
|
105 |
text_in = text_in.replace('roastortoastgpt','')
|
106 |
|
107 |
+
logger.info(f"In Text: {text_in}")
|
108 |
if "roast" in text_in:
|
109 |
logger.info(f"Roasting!")
|
110 |
text_out = roast(text_to_roast)
|