From 47fe14f94ae1966b951aa11d6e0c2d73974cbcb4 Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Sat, 22 Aug 2020 19:40:02 +0200 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f988da --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Discord-Invite-Generator +Generate a random discord invite + +# Usage +python main.py + +# Features +The generator is checking the invites for you. +Saving results into [date and time]/good.txt and [date and time]/bad.txt. +You can choose if you want colors or not. + +# Known issues +* Every ~50 checks, discord will ban you from the api, the solution is to wait 22 sec after these 51 checks. The program is doing so but i wonder if we can bypass/find another solution for this limit.