Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/faewulf/discord-bot-animated-avatar-banner
- Owner: FaeWulf
- Created: 2024-03-07T22:10:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T23:50:43.000Z (10 months ago)
- Last Synced: 2024-03-19T00:39:22.917Z (10 months ago)
- Topics: animated-gif, avatar, banner, discord, discordjs, discordjs-bot, javascript, script
- Language: JavaScript
- Homepage: https://faewulf.xyz/ninym
- Size: 11.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)