stolas now mentions the user's username

thank you tymon demoncord will never be the same without this
typescript
Drake 2 years ago
parent 7ef80a4899
commit a5fdb5a59f

4
dist/build.js vendored

File diff suppressed because one or more lines are too long

@ -24,13 +24,14 @@ const demon = {
patcher,
stolas: {
monologue: () => {
const username = webpack.findByProps("getCurrentUser").getCurrentUser().username
return _.sample([
"When I'm lonely, I become hungry. And when I become hungry, I want to choke on that red **** of yours... **** your ***** and lick all of your *****, before taking out your *****, and **** with more teeth until you're screaming ********** like a FUCKING baby--!",
"Ohhh, Blitzo! I'm so excited! I cannot wait to feel your slimy c**k inside of my ****. To ***** the— ...**** use while you and I and **** and jelly sandwiches all night...!"
`${username}, you know that when I'm lonely, I become hungry. And when I become hungry, I want to choke on that red **** of yours... **** your ***** and lick all of your *****, before taking out your *****, and **** with more teeth until you're screaming ********** like a FUCKING baby--!`,
`Ohhh, ${username}! I'm so excited! I cannot wait to feel your slimy c**k inside of my ****. To ***** the— ...**** use while you and I and **** and jelly sandwiches all night...!`
]);
}
}
};
}
function isAllowed(mod) {
//TODO: actually implement permissions

Loading…
Cancel
Save