ar5594/discord-emoji — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Discord bot that lets me pull emojis and stickers out of servers and download them easily. I want it to support a help command, grabbing one emoji when I paste it or give its ID, grabbing one sticker either from a reply or from its ID, and a get everything command that lets me choose a server and receive all emojis and stickers in one zip file. When it sends back a single emoji or sticker, add a clear download button so I can save it directly.
Please keep it as a small Node app with one main entry file, read the bot token from an env file, and make it easy to run locally. Use the command names !help, !gete, !gets, and !getall. The goal is just a clean working bot that does emoji and sticker extraction and full server backups without extra fluff. If anything about Discord behavior is unclear, look up the current docs online and make it work cleanly.
Want more depth? Deep Reverse