forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-11-08 14:44:58 +02:00
parent 5eabf577fa
commit 42da54ce84
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ def api_comment(v):
g.db.add(basedguy)
body2 = f"@{basedguy.username}'s Based Count has increased by 1. Their Based Count is now {basedguy.basedcount}."
if basedguy.pills: body2 += f"\n\nPills: {basedguy.pills}""
if basedguy.pills: body2 += f"\n\nPills: {basedguy.pills}"
body_md = CustomRenderer().render(mistletoe.Document(body2))