A Discord bot that extracts emojis and stickers from any server and downloads them as files or ZIP.
- 🖼️ !gete — Extract a single emoji by pasting it or using its ID
- ✨ !gets — Extract a sticker by replying to it or using its ID
- 📦 !getall — Extract all emojis and stickers from a server as a ZIP file
- 🔗 Direct Download — Buttons to download each asset
| Command | What it does |
|---|---|
!help |
Shows the help menu |
!gete <emoji/ID> |
Extract an emoji (paste it or use its ID) |
!gets <ID/reply> |
Extract a sticker (reply or use its ID) |
!getall |
Pick a server and download all its emojis + stickers as ZIP |
- Install Node.js v16.9.0+
- Get a bot token from Discord Developer Portal
- Download the project
- Install packages:
npm install
- Set your token in
.env:TOKEN=your_token_here - Run:
node index
├── index.js # Main bot code
├── package.json # Dependencies
├── .env # Your bot token
└── README.md # This file
r.vu
💬 Discord Server: https://discord.gg/wxkxHmR9GT