sergiooak / deadbyte-bot

3 stars 0 forks source link

Attempt to Rename Stickers to Null #18

Open sergiooak opened 1 month ago

sergiooak commented 1 month ago

This pull request aims to explore the possibility of renaming stickers to null. Previously, this was achievable through Baileys, but it was not feasible with wwebjs. This update attempts to determine if it is now possible.

Background

In the past, using Baileys allowed us to rename stickers to null successfully. However, attempts to achieve the same functionality with WWebJS were unsuccessful. With recent updates and changes, we should revisit this functionality to see if it is now achievable.

Changes

Testing

  1. Rename a sticker using the new method.
  2. Verify if the sticker's name is set to null.
  3. Compare the results with previous attempts using Baileys and WWEBJS.

Expected Outcome

The sticker should be successfully renamed to null, similar to the functionality provided by Baileys.

sergiooak commented 1 month ago

There is a discrepancy in the results of the !roubar command between the Baileys branch and the W Web JS branch (main).

Observations