removed beep boop because i use that to distinguish that it's the real me posting
This commit is contained in:
parent
e06096e370
commit
4cede0d007
1 changed files with 3 additions and 2 deletions
5
gen.py
5
gen.py
|
@ -67,8 +67,9 @@ prefixes = ["hot take:", "listen up everbody.", "dear liberal snowflakes,",
|
||||||
"i'm gonna get shit for this but", "somebody had to say this:",
|
"i'm gonna get shit for this but", "somebody had to say this:",
|
||||||
"i may be a lowly python script, but", "", "beep boop", "heads up:",
|
"i may be a lowly python script, but", "", "beep boop", "heads up:",
|
||||||
"from now on,", "protip:", "life advice:", "take it from me,",
|
"from now on,", "protip:", "life advice:", "take it from me,",
|
||||||
"as a slime girl,", "as a robot,", "beep boop", "beep", "boop",
|
"as a slime girl,", "as a robot,", "im robot and",
|
||||||
"@lynnesbian@deadinsi.de i have made a post for you, mistress:\n"]
|
"@lynnesbian@deadinsi.de i have made a post for you, mistress:\n",
|
||||||
|
"this one's for you @lady_lumb@dragon.garden\n", "good evening."]
|
||||||
if random.randint(1, 10) == 3:
|
if random.randint(1, 10) == 3:
|
||||||
#add a prefix
|
#add a prefix
|
||||||
if len(toot) < 500:
|
if len(toot) < 500:
|
||||||
|
|
Loading…
Reference in a new issue