Minagoroshi / discord-avatar-rotator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Avatar Rotator

This program rotates your Discord avatar every 1 minute 45 seconds. It's perfect for keeping your profile fresh and interesting!

Sadly it has to be ratelimited to 1 minute 45 seconds, because discord needs people to buy nitro.

How to Use

  1. Download the program from GitHub.
  2. Download and install Go from Go
  3. Open the token file and paste your discord token inside.
  4. Add the avatars you want to rotate in the avatars folder. (Only PNGs Supported ATM)
  5. Extract the contents of the zip file you downloaded.
  6. Compile the program by first opening a terminal and changing directory to the discord-avatar-rotator folder cd C:\Users\[USER]\Downloads\discord-avatar-rotator. Then run go build to compile the program.
  7. Run the program by typing ./discord-avatar-rotator in the terminal. Or double click the executable file.

Configuration Options

You can customize the following options in the program:

  • token: Your Discord bot token (Found in token.txt)
  • avatars: The folder containing the avatars you want to rotate. The default is avatars Supply it with as many PNGs as needed.

Contributing

If you find a bug or have a suggestion for a new feature, please create an issue on GitHub or submit a pull request.

License

This program is licensed under the MIT License.

About

License:MIT License


Languages

Language:Go 100.0%