forked from n/quotes-bot-python
tried to do something, failed in the end
This commit is contained in:
parent
96ba34f17b
commit
0d5b7cb854
1 changed files with 2 additions and 1 deletions
3
bot.py
3
bot.py
|
@ -106,7 +106,8 @@ Rating: {score}""")
|
||||||
message1 = (f"""Created: {created}
|
message1 = (f"""Created: {created}
|
||||||
Description: {description}
|
Description: {description}
|
||||||
Image ID: {imageid}
|
Image ID: {imageid}
|
||||||
OCR (Tesseract): {ocr}
|
OCR (Tesseract):
|
||||||
|
> {ocr}
|
||||||
Rating: {score}""")
|
Rating: {score}""")
|
||||||
message2 = (f"""Command recived (DEBUG).
|
message2 = (f"""Command recived (DEBUG).
|
||||||
(We're supposed to fetch quote number {id} now.)""")
|
(We're supposed to fetch quote number {id} now.)""")
|
||||||
|
|
Loading…
Add table
Reference in a new issue