Skip to content

Commit

Permalink
𝑾𝒊𝒍𝒎𝒆𝒓 𝒐𝒇𝒄
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilsmac authored Nov 15, 2024
1 parent 123dfcf commit e49570e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/jadibot-delete2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { readdirSync, unlinkSync, existsSync, promises as fs, rmSync } from 'fs';
/*import { readdirSync, unlinkSync, existsSync, promises as fs, rmSync } from 'fs';
import path from 'path';
const handler = async (m, { conn, usedPrefix }) => {
const chatId = m.isGroup ? m.chat : m.sender;
Expand Down Expand Up @@ -29,4 +29,4 @@ await conn.sendMessage(m.chat, {text: `${lenguajeGB['smsAvisoRG']()} 𝙃𝙊
handler.help = ['deletebot'];
handler.tags = ['jadibot'];
handler.command = /^(msgespera|ds)$/i;
export default handler;
export default handler;*/

0 comments on commit e49570e

Please sign in to comment.