warn that posts are made by a bot

This commit is contained in:
Lynne Megido 2019-09-21 22:43:02 +10:00
parent e9b8d97a62
commit 69596e37fe

View File

@ -36,7 +36,7 @@ args = {
take = random.choice(takes['templates']).format(**args)
cw = random.choice(takes['content warnings']).format(**args)
cw = random.choice("[BOT POST] " + takes['content warnings']).format(**args)
print(take)