https://github.com/kevinzma/zip-emojis-bot
Exports all emojis in a guild to a zip file.
https://github.com/kevinzma/zip-emojis-bot
discord emojis zip
Last synced: about 2 months ago
JSON representation
Exports all emojis in a guild to a zip file.
- Host: GitHub
- URL: https://github.com/kevinzma/zip-emojis-bot
- Owner: KevinZMa
- License: mit
- Created: 2021-11-14T20:29:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T01:26:54.000Z (3 months ago)
- Last Synced: 2025-03-03T02:26:27.003Z (3 months ago)
- Topics: discord, emojis, zip
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zip Emojis Bot
Exports all emojis in a guild to a zip file.
> Use `!zip` to generate the zip file, only usable by those with `MANAGE_EMOJIS` permissions.
Written in [Node.js](https://nodejs.org) and uses [discord.js](https://discord.js.org).
## Setup
### Clone the repository:
```bash
$ git clone https://github.com/KevinZMa/cl-bot.git
$ cd cl-bot
```### Requirements:
You must have [Node.js v16.6.0+](https://nodejs.org) installed.
### Dependencies
Install all the dependencies using the following command:
```bash
$ npm install
```### `.env` file:
```dosini
DISCORD_TOKEN="your_token"
```### Invite
```
https://discord.com/api/oauth2/authorize?client_id=CLIENT_ID&permissions=379030899712&scope=bot
```> Replace `CLIENT_ID` with your bot's id.
### Start the Bot
```bash
$ npm start
```