Git Product home page Git Product logo

Comments (5)

phaticusthiccy avatar phaticusthiccy commented on June 12, 2024

Hi @HAMODE3389

I know some textmaker gifs and animegif modules. I will fix it in new version. You can use .sticker to play these. Then you can use .vstciker.

If you using device which including IOS, the audios won't playable. IOS dosent support to mp3 and m4a versions. Also IOS doesn't have enough mimetype and decoders to decrypt song data. That's way the android is the best.

As I said in previous issue, some command not usable for other users. Like tagall. Use it on your bot account.

from whatsasenaduplicated.

HAMODE3389 avatar HAMODE3389 commented on June 12, 2024

I think tagall must be usable, It's important command.

IDK , But I found this code in other bot, It may help you...

  	case 'tagall':
  		if (isGroupMsg && isGroupAdmins || isGroupMsg && isOwner) {
  			let hehe = `${body.slice(10)}`
  			for (let i = 0; i < groupMembers.length; i++) { hehe += `- @${groupMembers[i].id.replace(/@c.us/g, '')}\n` }
  			hehe += ''
  			await sleep(2000)
  			await kill.sendTextWithMentions(from, hehe)
  		} else if (isGroupMsg) {
  			await kill.reply(from, mess.soademiro(), id)
  		} else return await kill.reply(from, mess.sogrupo(), id)
  		break

from whatsasenaduplicated.

phaticusthiccy avatar phaticusthiccy commented on June 12, 2024

Its easy to implement it. Maybe in the future i can do this. Also the code you sent is not suitable for WhatsAsena. This code is copied from WhatsApp Bot. WhatsAsena is the world first UserBot for WhatApp. We coded WhatsAsena with our unique codding style.

from whatsasenaduplicated.

HAMODE3389 avatar HAMODE3389 commented on June 12, 2024

So...

Blur Gifs issue will solve in future.
Unplayable Sounds issue won't work in IOS but works fine in android.
.tagall issue will also solve in future.

Right ?

from whatsasenaduplicated.

phaticusthiccy avatar phaticusthiccy commented on June 12, 2024

The answers of questions:

  1. Yes, ı will fix it.
  2. IOS devices always worse than android.
  3. The not working .tagall command in public, its not an issue. Just an unsupported module for public users.

from whatsasenaduplicated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.