TheCuteOwl / discord-bot-animated-pfp

A python program that's make a discord bot get a animated profile discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

15 Stars ! Thanks

Discord Bot Profile Picture Changer This Python script allows you to change a Discord bot's profile picture to a GIF using the Discord API.

How to Use

What you will need :

  • A discord bot token
  • .GIF file for the profile picture

Clone the Repository:

git clone https://github.com/TheCuteOwl/discord-bot-animated-pfp.git

Install Dependencies:

Navigate to the project directory and install the required dependencies using pip:

cd discord-bot-animated-pfp
pip install -r requirements.txt

Run the Python script main.py:

python main.py

You will be prompted to enter your bot token and the path to the GIF file you want to set as the profile picture.

Once the script runs successfully, the bot's profile picture will be updated to the provided GIF.

Requirements

Python 3.x requests library

Contributing Feel free to contribute to this project by submitting pull requests or suggesting improvements !

Disclaimer This project is provided as is without any warranty. Use it at your own risk.

About

A python program that's make a discord bot get a animated profile discord

License:Apache License 2.0


Languages

Language:Python 100.0%