Skip to content

Commit 88cceeb

Browse files
committed
WERE BACK B*TCHES
1 parent 672b95a commit 88cceeb

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

generate/localBuild.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ async function main() {
5151
console.log('Starting local build');
5252
console.log('MODE:', process.env.MODE);
5353

54-
const videoMode = 'rap' as VideoMode;
54+
const videoMode = 'brainrot' as VideoMode;
55+
const agentA = 'BARACK_OBAMA';
56+
const agentB = 'JORDAN_PETERSON';
5557
const outputType = 'audio' as 'audio' | 'video';
5658
const songName = 'Family Matters';
5759
const artistName = 'Drake';
@@ -67,7 +69,7 @@ async function main() {
6769
break;
6870
case 'monologue':
6971
videoTopic =
70-
'Jordan Peterson gives a lecture about the importance of cleaning your room';
72+
'obama wants to talk about waifu titties but jordan peterson wants to talk about how he does not support indian immigration into america. obama calls jordan a racist but jordan calls obama out for marrying michelle, or as jordan calls him michael because he thinks michelle obama is a born male. and obama claps back saying how he "did" mikhaila';
7173
break;
7274
case 'rap':
7375
const lyrics = FAMILY_MATTERS_LYRICS;
@@ -83,9 +85,7 @@ async function main() {
8385
break;
8486
case 'brainrot':
8587
videoTopic =
86-
'Jordan Peterson is being eaten by a bear and joe rogan is trying to kiss the bear';
87-
const agentA = agents[0];
88-
const agentB = agents[1];
88+
'obama wants to talk about waifu titties but jordan peterson wants to talk about how he does not support indian immigration into america. obama calls jordan a racist but jordan calls obama out for marrying michelle, or as jordan calls him michael because he thinks michelle obama is a born male. and obama claps back saying how he "did" mikhaila';
8989
const music = 'WII_SHOP_CHANNEL_TRAP';
9090
await generateBrainrot({
9191
local,

src/app/page-client.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,21 +285,20 @@ export default function PageClient({
285285
</motion.div>
286286
)}
287287
</motion.div>
288-
{/*
289288
<div className="flex flex-wrap justify-center gap-4 py-36 ">
290289
<ClientTweetCard
291290
className=" bg-card/60 text-sm"
292-
id="1851433101798363562"
291+
id="1898573817431101539"
293292
/>
294293
<ClientTweetCard
295294
className=" bg-card/60 text-sm"
296-
id="1787434978780819569"
295+
id="1893536210284372317"
297296
/>
298297
<ClientTweetCard
299298
className=" bg-card/60 text-sm"
300-
id="1780386464091591078"
299+
id="1889493561390792813"
301300
/>
302-
</div> */}
301+
</div>
303302
</>
304303
);
305304
}

0 commit comments

Comments
 (0)