V4NSH4J / discord-inviter-GO

Fastest light-weight Discord server joiner written in GO
MIT License
125 stars 70 forks source link

[Suggestion] Add the number of joined servers at the end of the process. #5

Open MrD4rio opened 2 years ago

MrD4rio commented 2 years ago

So I had this small suggestion, as the title says it would be very useful to add the number of servers that have been joined, it can be displayed at the end of the process at the same moment when the time taken is displayed. Not always all the invites result valid so even if I input 100 invite codes in the .txt files, I'm not always 100% sure that all of the 100 invites have been joined or worked. Having a final count would help a lot to check effectively how the joining went.

That being said, that's a very good joined, keep the work up!

V4NSH4J commented 2 years ago

Nice idea, but how do you plan on this being logged?

MrD4rio commented 2 years ago

Possibly have a counter running and have it increment +1 for each Success (since the success on join gets logged as far as I can see in the console), and display at the end the final count? Honestly I'm not into GO development so I can't help much code-wise, I just came out with the idea.