remotes/1693045480750635534/spooky-22
Aevann1 2021-10-19 18:20:32 +02:00
parent 4c6443a9da
commit bdafd2b4bf
1 changed files with 2 additions and 0 deletions

View File

@ -298,8 +298,10 @@ class Comment(Base):
if not body: return ""
t = time.time()
if not v or v.slurreplacer:
for s, r in SLURS.items(): body = body.replace(s, r)
print(time.time() - t)
if v and not v.oldreddit: body = body.replace("old.reddit.com", "reddit.com")