Skip to content

Commit

Permalink
> V3
Browse files Browse the repository at this point in the history
  • Loading branch information
GlobalTechInfo authored Oct 11, 2024
1 parent ab6674d commit cfbaeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/Maker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let handler = async (m, { conn, command, text, usedPrefix }) => {
if (!text) throw `🚩 *Contoh:* ${usedPrefix + command} botcahx`
if (!text) throw `🌟 *Example:* ${usedPrefix + command} botcahx`
await conn.reply(m.chat, wait, m)
try {
if (command == 'giraffe') {
Expand Down Expand Up @@ -248,7 +248,7 @@ let handler = async (m, { conn, command, text, usedPrefix }) => {
}
} catch (err) {
console.error(err)
throw "🚩 Terjadi kesalahan"
throw "❎ An Error Occured"
};
};
handler.command = handler.help = ['giraffe','magma','batman','marvelstudio2','marvelstudio','avengers','ninjalogo','glitch3','glitch2','glitch','grafity','grafity2','blood','jokerlogo','hallowen2','space','thunder2','1917','3dstone','harrypotter','wolflogo','naturalleaves','blackpink','blackpink2','dropwater','christmas','gradient','captainamerica','rusty','ice','honey','blood','koi','lava','bread','strawberry','toxic','wicker','fabric','pornhub','holograpic','deluxesilver','writing','engraved','gluetext','neondevil','skytext','vintage','multicolor','robot','scifi','artpapper','glossy','watercolor','neongreen','brokenglass','artpapper','valentine2','neonlight','neongalaxy','magma','hallowen','valentine']
Expand Down

0 comments on commit cfbaeb8

Please sign in to comment.