Exports all emojis in a guild to a zip file.
Use
!zip
to generate the zip file, only usable by those withMANAGE_EMOJIS
permissions.
Written in Node.js and uses discord.js.
$ git clone https://github.com/KevinZMa/cl-bot.git
$ cd cl-bot
You must have Node.js v16.6.0+ installed.
Install all the dependencies using the following command:
$ npm install
DISCORD_TOKEN="your_token"
https://discord.com/api/oauth2/authorize?client_id=CLIENT_ID&permissions=379030899712&scope=bot
Replace
CLIENT_ID
with your bot's id.
$ npm start