remotes/1693045480750635534/spooky-22
Aevann1 2022-03-09 04:54:57 +02:00
parent 95e338eb07
commit bae12bff60
1 changed files with 1 additions and 2 deletions

View File

@ -20,9 +20,8 @@ import requests
from shutil import copyfile
from sys import stdout
marseys = [f':#{x}:' for x in marseys_const2]
snappyquotes = marseys
snappyquotes = [f':#{x}:' for x in marseys_const2]
if SITE_NAME == 'Drama':
with open(f'snappy.txt', "r", encoding="utf-8") as f:
snappyquotes += f.read().split("\n{[para]}\n")