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

https://github.com/kuuuuuuuu/discord-bot-animated-profile

A simple code to upload animated profile picture to Discord Bot
https://github.com/kuuuuuuuu/discord-bot-animated-profile

discord discord-api discord-bot discordapp discordbot

Last synced: 2 months ago
JSON representation

A simple code to upload animated profile picture to Discord Bot

Awesome Lists containing this project

README

        

# Discord Bot Animated Profile

A simple code to upload animated profile picture to Discord Bot.

### Requirements :warning:
- [Node.js](https://nodejs.org/) (LTS or latest)
- Your Discord Bot Token

### Setup :gear:
1. **Clone the Repository**
```bash
git clone https://github.com/Kuuuuuuuu/discord-bot-animated-profile.git
```

2. **Install Dependencies**
```bash
npm install
```

3. **Configure Environment**
- Rename `.env.example` to `.env`
- Fill in your Discord bot token in the `.env` file

4. **Add Image**
- Drag and drop your animated profile picture into the **images** folder

5. **Start the Application**
```bash
npm start
```