Skip to content

Commit

Permalink
smol debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
subh05sus committed Dec 20, 2023
1 parent d3b7d8a commit b2c77bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ async function generateContent() {
return;
}
if (query.includes("thala") || query.includes("dhoni")) {
responseContainer.textContent = ""
result_preset = `Truly Thala For A Reason`;
for (let i = 0; i < result_preset.length; i++) {
await sleep(30); // Adjust the typing speed (milliseconds)
Expand All @@ -38,6 +39,7 @@ async function generateContent() {
return;
}
if (query.length === 7) {
responseContainer.textContent = ""
let result_preset = `${query} has exactly 7 letters! Thala Confirmed`;
for (let i = 0; i < result_preset.length; i++) {
await sleep(30); // Adjust the typing speed (milliseconds)
Expand Down

0 comments on commit b2c77bd

Please sign in to comment.