Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/faewulf/discord-bot-animated-avatar-banner

Simple script to change bot's avatar/banner into an animated one.
https://github.com/faewulf/discord-bot-animated-avatar-banner

animated-gif avatar banner discord discordjs discordjs-bot javascript script

Last synced: about 2 months ago
JSON representation

Simple script to change bot's avatar/banner into an animated one.

Awesome Lists containing this project

README

        

# Animated avatar and banner for disord bot

This is a simple script to change your bot's avatar/banner into animated one.

![demo](https://raw.githubusercontent.com/FaeWulf/animated-bot-icon/main/screenshot/demo.gif)

## How to use?

1. Clone this repo

```js
git clone https://github.com/FaeWulf/animated-bot-icon.git
```

2. Install dependencies (npm, pnpm,...)

```js
npm install
```

3. Put your bot token inside .env file

```js
token=
```

4. Put icon/banner into repo folder and change your icon's name -> logo.gif, banner's name -> banner.gif

5. Run script

```js
node index.js
```

Warning: gif size must < 10mb

P/s: my discord server
[Discord server](https://discord.gg/xZneCTcEvb)