Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AikerDev authored Sep 15, 2024
1 parent aa9d13e commit 15de8a2
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion plugins/fun-piropos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/game-casino.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import db from '../lib/database.js'


let buatall = 1
let cooldowns = {}
Expand Down
2 changes: 1 addition & 1 deletion plugins/game-math_answer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//import db from '../lib/database.js'
//

let handler = m => m
handler.before = async function (m) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/group-groupInfo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//import db from '../lib/database.js'
//

let handler = async (m, { conn, participants, groupMetadata }) => {
const pp = await conn.profilePictureUrl(m.chat, 'image').catch(_ => null) || './src/avatar_contact.png'
Expand Down
2 changes: 1 addition & 1 deletion plugins/main-infobot.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import db from '../lib/database.js'

import { cpus as _cpus, totalmem, freemem, platform, hostname, version, release, arch } from 'os'
import speed from 'performance-now'
import { performance } from 'perf_hooks'
Expand Down
2 changes: 1 addition & 1 deletion plugins/owner-banuser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//import db from '../lib/database.js'
//

let handler = async (m, { conn, text, usedPrefix, command }) => {
let who
Expand Down
2 changes: 1 addition & 1 deletion plugins/owner-join.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import db from '../lib/database.js'

let linkRegex = /chat.whatsapp.com\/([0-9A-Za-z]{20,24})( [0-9]{1,3})?/i

let handler = async (m, { conn, text, isOwner, usedPrefix, command }) => {
Expand Down
2 changes: 1 addition & 1 deletion plugins/rg-perfil.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import db from '../lib/database.js'

import { canLevelUp, xpRange } from '../lib/levelling.js'
import { createHash } from 'crypto'
import PhoneNumber from 'awesome-phonenumber'
Expand Down
2 changes: 1 addition & 1 deletion plugins/rg-reg.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import db from '../lib/database.js'

import { createHash } from 'crypto'
import fs from 'fs'
import fetch from 'node-fetch'
Expand Down
2 changes: 1 addition & 1 deletion plugins/rpg-bank.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import db from '../lib/database.js'


let handler = async (m, {conn, usedPrefix}) => {
let who = m.mentionedJid[0] ? m.mentionedJid[0] : m.quoted ? m.quoted.sender : m.sender
Expand Down
2 changes: 1 addition & 1 deletion plugins/rpg-darcoins.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import db from '../lib/database.js'


import MessageType from '@whiskeysockets/baileys'
let impuesto = 0.02
Expand Down
2 changes: 1 addition & 1 deletion plugins/rpg-darxp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import db from '../lib/database.js'


import MessageType from '@whiskeysockets/baileys'
let impuesto = 0.02
Expand Down
2 changes: 1 addition & 1 deletion plugins/rpg-deposit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import db from '../lib/database.js'


let handler = async (m, { args }) => {
let user = global.db.data.users[m.sender]
Expand Down
2 changes: 1 addition & 1 deletion plugins/rpg-retirar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import db from '../lib/database.js'


let handler = async (m, { args }) => {
let user = global.db.data.users[m.sender]
Expand Down

0 comments on commit 15de8a2

Please sign in to comment.