-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphrases.json
More file actions
31 lines (31 loc) · 751 Bytes
/
Copy pathphrases.json
File metadata and controls
31 lines (31 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"pander": [
"This song's a %(bop)s",
"Happy Pride to this %(bop)s",
"I'll drink to a %(bop)s like this",
"%(dj)s's playing a %(bop)s for once!",
"%(song.song)s is such a %(bop)s",
"I love %(song.artist)s",
"%(song.song)s confirmed a %(bop)s",
"%(dj)s's bringing the %(bop)ss today",
"Huh, so %(dj)s has a good %(bop)s?"
],
"bop": [
"bop",
"great choice",
"hit",
"vibe",
"whole vibe",
"pander",
"happy pride",
"gobble gobble",
"masterpiece",
"human song",
"%(bop) %(bop)",
"frivolous %(bop)",
"1984",
"gyatt",
"skibidi",
"toilet"
]
}