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
- Host: GitHub
- URL: https://github.com/kuuuuuuuu/discord-bot-animated-profile
- Owner: Kuuuuuuuu
- License: mit
- Created: 2024-03-10T10:50:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T05:49:54.000Z (6 months ago)
- Last Synced: 2025-04-05T18:14:43.458Z (2 months ago)
- Topics: discord, discord-api, discord-bot, discordapp, discordbot
- Language: JavaScript
- Homepage:
- Size: 772 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** folder5. **Start the Application**
```bash
npm start
```