randydev commited on
Commit
8ce7f98
·
verified ·
1 Parent(s): d8495df

Update scrapper.js

Browse files
Files changed (1) hide show
  1. scrapper.js +1 -1
scrapper.js CHANGED
@@ -34,7 +34,7 @@ const OpenaiRes = async (prompt) => {
34
  }
35
  };
36
 
37
- const RendyDevX async () => {
38
  try {
39
  const url = "https://raw.githubusercontent.com/TeamKillerX/akenoai-lib/refs/heads/main/devs.json"
40
  const response = await axios.get(url);
 
34
  }
35
  };
36
 
37
+ const RendyDevX = async () => {
38
  try {
39
  const url = "https://raw.githubusercontent.com/TeamKillerX/akenoai-lib/refs/heads/main/devs.json"
40
  const response = await axios.get(url);