An open API service indexing awesome lists of open source software.

https://github.com/paulleflon/etra

Small script to save and copy emojis from a Discord Server
https://github.com/paulleflon/etra

Last synced: 4 months ago
JSON representation

Small script to save and copy emojis from a Discord Server

Awesome Lists containing this project

README

        

# etra
## Emoji Transfer
Small script to save and copy emojis from a Discord Server.

### How To Use
- Create `token.json` and put `{"token":"YOUR_TOKEN"}` inside of it.
- Run `npm install discord.js@11`
- Run the script (`node etra.js` if you don't know)
- Type `etra save` (case sensitive) in the guild you want to copy the emojis from
- From this you have all you need, just read the code if you miss informations.

### CAUTION
> This uses Discord.js v11 to allow self-bots. However, self-bots are forbidden by Discord, so doing this can end up getting your account banned. I'm not responsible of any loss. Play at your own risks.