Skip to content

Commit

Permalink
𝚁𝙴𝙼-𝙲𝙷𝙰𝙼 𝙱𝚈 𝙶𝙰𝙱𝚁𝙸𝙴𝙻 - 𝙹𝚃𝚡𝚜
Browse files Browse the repository at this point in the history
  • Loading branch information
davidprospero123 authored Jul 7, 2024
1 parent 5ad9e6a commit 9a07c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/econ-levelup.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let handler = async (m, { conn }) => {
╰────────═┅═────────
`.trim();
try {
const imgUrl = 'https://i.imgur.com/5fXIZYJ.png';
const imgUrl = 'https://telegra.ph/file/481e26bf6f39ca8913548.png';
const responseImg = await axios.get(imgUrl, { responseType: 'arraybuffer' });
await conn.sendFile(m.chat, responseImg.data, "thumbnail.jpg", lvl, m);
} catch (e) {
Expand Down

0 comments on commit 9a07c89

Please sign in to comment.