sergiooak / deadbyte-bot

3 stars 0 forks source link

Reimplement setPack and setName Commands #19

Open sergiooak opened 4 months ago

sergiooak commented 4 months ago

This pull request aims to reimplement the setPack and setName commands. These commands previously allowed users to save their input for sticker creation, ensuring the saved name and pack were automatically placed. After rolling back to W Web JS, this functionality was lost, and we aim to restore it.

Background

Before the rollback to W Web JS, we had a convenient feature where users could use the setPack and setName commands to save their desired pack name and sticker name. This saved input was then automatically applied when creating new stickers. Reintroducing this feature will enhance user experience by reducing repetitive input tasks.

Changes

Testing Checklist

Expected Outcome

Users should be able to save their preferred pack and sticker names using the setPack and setName commands, and these values should be automatically used during sticker creation.