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
- Host: GitHub
- URL: https://github.com/paulleflon/etra
- Owner: paulleflon
- Created: 2021-02-08T20:06:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T23:17:11.000Z (over 4 years ago)
- Last Synced: 2024-05-03T00:52:49.481Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.