Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

DiscordUploadChecker

A simple command-line tool that checks whether a specified file can be uploaded to Discord based on the upload limits (Free, Nitro Basic, Nitro).

Usage

Simply specify the file you want to check after the program.

DiscordUploadChecker.exe <file_path>

Build

Visual Studio Developer Command Prompt

cl /std:c++17 /EHsc main.cpp /FeDiscordUploadChecker.exe

MinGW g++

g++ main.cpp -std=c++17 -O2 -o DiscordUploadChecker.exe

Disclaimer

This tool merely checks file sizes and compares them against Discord’s upload limits. It does not affect Discord’s behavior, settings, or account in any way.
The developer assumes no responsibility for any issues, losses, or damages resulting from its use.

About

An improved version of the checker that is planned to support services other than Discord

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages